% content_for :title, "Skills Assessment Admin" %>
Password Reset
<%= form_for :auth, url: admin_reset_password_path do |form| %>
<%= form.label :password %>
<%= form.password_field :password %>
<%= form.label :password_confirmation %>
<%= form.password_field :password_confirmation %>
<%= submit_tag "Reset Password" %>
<%= hidden_field_tag :reset_token, params[:reset_token] %>
<% end %>