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