<% content_for :main_class, "intro_tpl" %>

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 %>