Sha256: 283b62c9f36acb176e3797bd23d003a85f3e4b82d3979eaa8bac98d70aac7b63
Contents?: true
Size: 621 Bytes
Versions: 1
Compression:
Stored size: 621 Bytes
Contents
<h1>Request a new Password</h1> <p>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.</p> <%= form_tag password_resets_path, :method => :post do %> <div class="field"> <%= label_tag :email %> <%= text_field_tag :email, params[:email] %> </div> <div class="actions"><%= submit_tag t('authentication.reset_your_password'), class: 'btn btn-primary' %></div> <% end %> <%# partial in tkh_menus gem or has to be added in host app %> <%= render './shared/menus' %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tkh_authentication-0.1.3 | app/views/password_resets/new.html.erb |