Change Password

<%= error_messages_for 'user' %>

Enter your new password in the fields below and click 'Change Password' to have a new password sent to your email inbox.

<%= start_form_tag :action => 'change_password' %> <%= render_partial 'password', :user => @user, :submit => false %>
<%= submit_tag 'Change password' %> <%= link_to 'Cancel', :action => 'home' %>
<%= end_form_tag %>