2009-10-11 21:11:58 -04:00
|
|
|
<h2>Forgot your password?</h2>
|
2009-10-07 20:46:40 -04:00
|
|
|
|
2010-03-11 12:39:32 -05:00
|
|
|
<%= form_for(resource_name, resource, :url => password_path(resource_name)) do |f| %>
|
2009-10-10 08:32:51 -04:00
|
|
|
<%= f.error_messages %>
|
2009-10-11 21:11:58 -04:00
|
|
|
|
2009-10-07 20:46:40 -04:00
|
|
|
<p><%= f.label :email %></p>
|
|
|
|
<p><%= f.text_field :email %></p>
|
2009-10-11 21:11:58 -04:00
|
|
|
|
|
|
|
<p><%= f.submit "Send me reset password instructions" %></p>
|
2009-10-07 20:46:40 -04:00
|
|
|
<% end %>
|
|
|
|
|
2010-02-17 06:30:08 -05:00
|
|
|
<%= render :partial => "devise/shared/links" %>
|