Forgotten Password

<%= error_messages_for 'user' %>

Enter your email address in the field below and click 'Reset Password' to have instructions on how to retrieve your forgotten password emailed to you.

<%= start_form_tag_helper %> <%= text_field("user", "email", "size" => 30) %>
<%= submit_tag 'Reset Password' %> <%= link_to 'Cancel', :action => 'login' %>
<%= end_form_tag %>