Sha256: 22e1e1f08b81c9a668f505e7286a92a764940b9151983bb4b49f9a189af81c2c

Contents?: true

Size: 484 Bytes

Versions: 8

Compression:

Stored size: 484 Bytes

Contents

<%= render 'shared/error_messages', :target => @user %>
<h1><%= t(:change_my_password) %></h1>

<%= form_for @user, :url => user_password_path, :html => {:method => :put} do |f| %>
  <p>
    <%= f.label :password %><br />
    <%= f.password_field :password %><br />
  </p>
  <p>
    <%= f.label :password_confirmation %><br />
    <%= f.password_field :password_confirmation %><br />
  </p>
  <%= f.hidden_field :reset_password_token %>
  <%= f.submit t(:update_password) %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_auth-0.70.7 app/views/user_passwords/edit.html.erb
spree_auth-0.70.6 app/views/user_passwords/edit.html.erb
spree_auth-0.70.5 app/views/user_passwords/edit.html.erb
spree_auth-0.70.4 app/views/user_passwords/edit.html.erb
spree_auth-0.70.3 app/views/user_passwords/edit.html.erb
spree_auth-0.70.2 app/views/user_passwords/edit.html.erb
spree_auth-0.70.1 app/views/user_passwords/edit.html.erb
spree_auth-0.70.0 app/views/user_passwords/edit.html.erb