<% page_title "Change Password" %>

Change Password

<%= edit_form_for @user do |f| %> <%= f.input :old_password, :as => :password, :input_html => {:autocomplete => "off"} %> <%= f.input :password, :label => "New password", :input_html => {:autocomplete => "off"} %> <%= f.button :submit, "Submit" %> <% end %>