X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f6c7ed601159aca360da09948f1544172ddf1a41..18c00a5459b20af4d7363a24f708af8408f9bcf9:/app/views/user/account.html.erb diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index 371524f96..0a2f056c2 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -7,145 +7,167 @@ <% end %> <%= error_messages_for 'user' %> -<%= form_for :user, :html => { :multipart => true, :id => 'accountForm',:class => 'standard-form' } do |f| %> -
- - <%= f.text_field :display_name %> +<%= form_for :user, :html => { :multipart => true, :id => 'accountForm', :class => 'standard-form', :autocomplete => :off } do |f| %> +
+
+ + <%= f.text_field :display_name %> +
-
- - -

<%= t 'user.account.email never displayed publicly' %>

-
+
+
+ + + <%= t 'user.account.email never displayed publicly' %> +
-
- - <%= f.email_field :new_email %> -

<%= t 'user.account.email never displayed publicly' %>

+
+ + <%= f.email_field :new_email, :autocomplete => :off %> + <%= t 'user.account.email never displayed publicly' %> +
-
-
+
+
+ + <%= f.password_field :pass_crypt, {:value => '', :autocomplete => :off} %> +
-
-
-
-