Sha256: a89d462ae1c134cc4aa86b4d9009bcc6fe21eb40ad4c0433f5469fb7ada0b12d

Contents?: true

Size: 322 Bytes

Versions: 13

Compression:

Stored size: 322 Bytes

Contents

<h1>Forgot your password?</h1>

<%= simple_form_for User.new, :url => request_new_password_path, method: :post do |f| %>
  <%= f.error_notification %>

  <%= f.input :email, autofocus: true, hint: "We'll send an email to this address." %>
  <%= f.submit 'let me set a new password!', class: 'btn btn-primary' %>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tkh_authentication-0.9.17.2 app/views/reception/i_forgot_my_password.html.erb
tkh_authentication-0.9.17.1 app/views/reception/i_forgot_my_password.html.erb
tkh_authentication-0.9.17 app/views/reception/i_forgot_my_password.html.erb
tkh_authentication-0.9.16 app/views/reception/i_forgot_my_password.html.erb
tkh_authentication-0.9.15 app/views/reception/i_forgot_my_password.html.erb
tkh_authentication-0.9.14 app/views/reception/i_forgot_my_password.html.erb
tkh_authentication-0.9.13 app/views/reception/i_forgot_my_password.html.erb
tkh_authentication-0.9.12 app/views/reception/i_forgot_my_password.html.erb
tkh_authentication-0.9.11 app/views/reception/i_forgot_my_password.html.erb
tkh_authentication-0.9.10 app/views/reception/i_forgot_my_password.html.erb
tkh_authentication-0.9.9 app/views/reception/i_forgot_my_password.html.erb
tkh_authentication-0.9.8 app/views/reception/i_forgot_my_password.html.erb
tkh_authentication-0.9.7 app/views/reception/i_forgot_my_password.html.erb