X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c3b8897c44531788f06a51e24470e97a3abfb7b8..63d211e4a6c960da8859d221a93875b966c22b5e:/app/views/user/account.html.erb diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index a0979d5ae..e5cbe22b5 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -7,7 +7,7 @@ <% end %> <%= error_messages_for 'user' %> -<%= form_for :user, :html => { :multipart => true, :id => 'accountForm',:class => 'standard-form' } do |f| %> +<%= form_for :user, :html => { :multipart => true, :id => 'accountForm', :class => 'standard-form', :autocomplete => :off } do |f| %>
@@ -24,7 +24,7 @@
- <%= f.email_field :new_email %> + <%= f.email_field :new_email, :autocomplete => :off %> <%= t 'user.account.email never displayed publicly' %>
@@ -87,7 +87,7 @@
- <%= richtext_area :user, :description %> + <%= richtext_area :user, :description, :cols => 80, :rows => 20 %>