Forgot your password?
<% form_for resource_name, :url => password_path(resource_name) do |f| %>
<%= f.error_messages %>
<%= f.label :email %>
<%= f.text_field :email %>
<%= f.submit "Send me reset password instructions" %>
<% end %>
<%= link_to "Sign in", new_session_path(resource_name) %>
<%- if devise_mapping.confirmable? %>
<%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name) %>
<% end -%>