Your password has been reset. Choose a new password below.

<%= error_messages_for :user %> <% form_for(:user, :url => user_password_path( @user, :email => @user.email, :password => @user.crypted_password), :html => { :method => :put }) do |form| %>
<%= form.label :password, 'Choose password' %> <%= form.password_field :password %>
<%= form.label :password_confirmation, 'Verify password' %> <%= form.password_field :password_confirmation %>
<%= form.submit 'Save this password' %>
<% end %>