Request a new Password

Whether you forgot your password or you just want to change it, please give us your email address. We will send you an email with instructions on how to complete the two-click, 30 second process.

<%= form_tag password_resets_path, :method => :post do %>
<%= label_tag :email %> <%= text_field_tag :email, params[:email] %>
<%= submit_tag t('authentication.reset_your_password'), class: 'btn btn-primary' %>
<% end %> <%# partial in tkh_menus gem or has to be added in host app %> <%= render './shared/menus' %>