blob: d0c48b6b3f090f8adade214ed7634b918fa4d306 [file] [log] [blame]
<% @heading = 'Lost Password' %>
<% @overview = 'Use this form to reset the password for your email address. The new password will only be actived after it is confirmed with the link in the confirmation email.' %>
<%= error_messages_for 'user' %>
<%= error_messages_for 'user_by_email' %>
<% tabular_form_for :user do |f| %>
<%= f.text_field :email, :size => 30 %>
<%= f.password_field :password, :size => 42 %>
<%= f.password_field :password_confirmation, :size => 42 %>
<tr><th></th><td><%= submit_tag "Submit" %></td></tr>
<% end %>