Sha256: 9d877dc6268fa6898e1a51deb69a8a84f4e115ea5efde888972969c877b82fbf

Contents?: true

Size: 472 Bytes

Versions: 3

Compression:

Stored size: 472 Bytes

Contents

<h2>Change your password</h2>

<p>
  Your password has been reset. Choose a new password below.
</p>

<%= form_for :user,
      :url => user_password_path(@user, :token => @user.confirmation_token),
      :html => { :method => :put } do |form| %>
  <div class='password_field'>
    <%= form.label :password, 'Choose password' %>
    <%= form.password_field :password %>
  </div>

  <div class='submit_field'>
    <%= form.submit 'Save this password' %>
  </div>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
clearance-1.0.0.rc3 app/views/passwords/edit.html.erb
clearance-1.0.0.rc2 app/views/passwords/edit.html.erb
clearance-1.0.0.rc1 app/views/passwords/edit.html.erb