Sha256: f49ba947ef4529d00a195f819ae3ae183e54d8b35c1ae4ab4f94cd5c2b71de92

Contents?: true

Size: 738 Bytes

Versions: 13

Compression:

Stored size: 738 Bytes

Contents

<% content_for :meta_title, 'Change your password' %>
<% content_for :meta_description, "You need to create a new password so that we can log you in." %>

<h1>Change Your Password</h1>

<%= simple_form_for @user, :url => password_reset_path(@user.id), method: :post do |f| %>
  <%= f.error_notification %>

  <p>Email: <strong><%= @user.email %></strong>. (<small><%= link_to "want to use a different email?", email_input_path %></small>)</p>

  <%= f.input :password, autofocus: true %>
  <%= f.input :password_confirmation %>
  <br />
  <%= f.input_field :remember_me, as: :boolean, boolean_style: :inline %> &nbsp;yes, remember me
  <br /><br />
  <%= f.submit 'change your password and log in!', 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/change_your_password.html.erb
tkh_authentication-0.9.17.1 app/views/reception/change_your_password.html.erb
tkh_authentication-0.9.17 app/views/reception/change_your_password.html.erb
tkh_authentication-0.9.16 app/views/reception/change_your_password.html.erb
tkh_authentication-0.9.15 app/views/reception/change_your_password.html.erb
tkh_authentication-0.9.14 app/views/reception/change_your_password.html.erb
tkh_authentication-0.9.13 app/views/reception/change_your_password.html.erb
tkh_authentication-0.9.12 app/views/reception/change_your_password.html.erb
tkh_authentication-0.9.11 app/views/reception/change_your_password.html.erb
tkh_authentication-0.9.10 app/views/reception/change_your_password.html.erb
tkh_authentication-0.9.9 app/views/reception/change_your_password.html.erb
tkh_authentication-0.9.8 app/views/reception/change_your_password.html.erb
tkh_authentication-0.9.7 app/views/reception/change_your_password.html.erb