diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml
index 93b75cb..c0eb807 100644
--- a/app/views/users/edit.html.haml
+++ b/app/views/users/edit.html.haml
@@ -1,7 +1,7 @@
- content_for :title, "Edit #{@user.name}"
- content_for :action_bar, link_to('cancel', user_path(@user), :class => 'button')
-= form_for @user do |f|
+= form_for @user, :html => {:autocomplete => "off"} do |f|
= @user.errors.full_messages.to_sentence
= render 'fields', :f => f
--
libgit2 0.21.2