diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index a0979d5ae5..0a2f056c2f 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| %>