2014-01-29 03:46:58 +00:00
|
|
|
<h1 class="index">Password Reset</h1>
|
2013-07-10 18:02:38 +00:00
|
|
|
|
2014-02-26 23:52:54 +00:00
|
|
|
<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post, :class => "new_user forgotPassword" }) do |f| %>
|
2013-07-10 18:02:38 +00: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 %>
|
|
|
|
|
|
|
|
|