2014-01-28 22:46:58 -05:00
|
|
|
<h1 class="index">Password Reset</h1>
|
2013-07-10 14:02:38 -04:00
|
|
|
|
2014-02-26 15:52:54 -08:00
|
|
|
<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post, :class => "new_user forgotPassword" }) do |f| %>
|
2013-07-10 14:02:38 -04:00
|
|
|
<%= devise_error_messages! %>
|
|
|
|
|
|
|
|
<h3>Forgot your password?</h3>
|
|
|
|
|
|
|
|
<div><%= f.label :email %>
|
|
|
|
<%= f.email_field :email, :autofocus => true %></div>
|
|
|
|
|
|
|
|
<div><%= f.submit "Send me reset password instructions" %></div>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|