Request Password Reset

Enter your email address we'll send you a link to reset your password.

<%= form_for @user, as: :user, url: password_reset_path do |form| %>
<%= form.label :email %> <%= form.text_field :email %>
<%= form.submit 'Reset Password' %> <% end %>