X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a7d959e5886d8bf3003e798b375bf5b4e644d18c..94f9c2b86f4dc1ca65f3b259a36987763fc4daa8:/app/views/users/account.html.erb
diff --git a/app/views/users/account.html.erb b/app/views/users/account.html.erb
index 4562033a2..26d840210 100644
--- a/app/views/users/account.html.erb
+++ b/app/views/users/account.html.erb
@@ -6,7 +6,9 @@
<%= t ".my settings" %>
- <%= link_to t(".return to profile"), user_path(current_user) %>
- - <%= link_to t("users.show.oauth settings"), :controller => "oauth_clients", :action => "index" %>
+ - <%= link_to t(".oauth1 settings"), oauth_clients_path %>
+ - <%= link_to t(".oauth2 applications"), oauth_applications_path %>
+ - <%= link_to t(".oauth2 authorizations"), oauth_authorized_applications_path %>
<% end %>
@@ -14,14 +16,14 @@
<%= f.text_field :display_name %>
<%= f.email_field :email, :disabled => true, :label => t(".current email address") %>
- <%= f.email_field :new_email, :autocomplete => :off %>
- <%= f.password_field :pass_crypt, :value => "", :autocomplete => :off %>
- <%= f.password_field :pass_crypt_confirmation, :value => "", :autocomplete => :off %>
+ <%= f.email_field :new_email, :autocomplete => "email" %>
+ <%= f.password_field :pass_crypt, :value => "", :autocomplete => "new-password" %>
+ <%= f.password_field :pass_crypt_confirmation, :value => "", :autocomplete => "new-password" %>