skill-assessment-app/app/views/admin/auth/reset_request.html.erb

13 lines
275 B
Plaintext
Raw Normal View History

2017-03-20 10:57:50 -05:00
<% content_for :title, "Skills Assessment Admin" %>
2016-08-24 15:02:32 -05:00
<h1>Password Reset</h1>
<%= form_for :auth, url: admin_send_reset_path do |form| %>
2017-03-20 10:57:50 -05:00
<div>
2016-08-24 15:02:32 -05:00
<%= form.label :email %>
<%= form.email_field :email %>
</div>
<%= submit_tag "Request Password Reset" %>
<% end %>