<% content_for :title, "Skills Assessment Admin" %>

Password Reset

<%= form_for :auth, url: admin_send_reset_path do |form| %>
<%= form.label :email %> <%= form.email_field :email %>
<%= submit_tag "Request Password Reset" %> <% end %>