Sha256: a4eb13d7acad7905b4547b48352cf7c1badc5db6beff6585357b677902a774b5

Contents?: true

Size: 385 Bytes

Versions: 1

Compression:

Stored size: 385 Bytes

Contents

<h1>Change My Password</h1>

<% form_for @user, :url => password_reset_path, :method => :put do |f| %>
  <%= f.error_messages %>
  <%= f.label :password %><br />
  <%= f.password_field :password %><br />
  <br />
  <%= f.label :password_confirmation %><br />
  <%= f.password_field :password_confirmation %><br />
  <br />
  <%= f.submit "Update my password and log me in" %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
qcore-1.2.0 app/views/password_resets/edit.html.erb