skill-assessment-app/app/views/admin/auth/reset_request.html.erb
2017-06-05 11:30:34 -05:00

13 lines
275 B
Plaintext

<% content_for :title, "Skills Assessment Admin" %>
<h1>Password Reset</h1>
<%= form_for :auth, url: admin_send_reset_path do |form| %>
<div>
<%= form.label :email %>
<%= form.email_field :email %>
</div>
<%= submit_tag "Request Password Reset" %>
<% end %>