Sha256: 48e6f38f601ad95ba8714a277cc83e00b72ce326984462788d3791145f0c14e6

Contents?: true

Size: 581 Bytes

Versions: 26

Compression:

Stored size: 581 Bytes

Contents

<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @user } %>
<h2><%= t(:change_my_password) %></h2>

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

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
spreefinery_core-0.0.2 app/views/spree/user_passwords/edit.html.erb
spreefinery_core-0.0.1 app/views/spree/user_passwords/edit.html.erb
spree_auth-1.1.5 app/views/spree/user_passwords/edit.html.erb
spree_auth-1.0.7 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-1.3.1 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-1.2.0 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-1.0.1 app/views/spree/user_passwords/edit.html.erb
spree_auth-1.1.4 app/views/spree/user_passwords/edit.html.erb
spree_auth_devise-1.0.0 app/views/spree/user_passwords/edit.html.erb
spree_auth-1.1.3 app/views/spree/user_passwords/edit.html.erb
spree_auth-1.0.6 app/views/spree/user_passwords/edit.html.erb
spree_auth-1.0.5 app/views/spree/user_passwords/edit.html.erb
spree_auth-1.1.2 app/views/spree/user_passwords/edit.html.erb
spree_auth-1.1.2.rc1 app/views/spree/user_passwords/edit.html.erb
spree_auth-1.1.1 app/views/spree/user_passwords/edit.html.erb
spree_auth-1.1.0 app/views/spree/user_passwords/edit.html.erb
spree_auth-1.0.4 app/views/spree/user_passwords/edit.html.erb
spree_auth-1.1.0.rc2 app/views/spree/user_passwords/edit.html.erb
spree_auth-1.1.0.rc1 app/views/spree/user_passwords/edit.html.erb
spree_auth-1.0.3 app/views/spree/user_passwords/edit.html.erb