Sha256: 80aa2835a2027a3851c90af56381a82eb93d4fc14f5cafdbb6ca5883f166658b

Contents?: true

Size: 485 Bytes

Versions: 32

Compression:

Stored size: 485 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

32 entries across 32 versions & 7 rubygems

Version Path
apispree_auth-0.0.0 app/views/user_passwords/edit.html.erb
My-Commerce_auth-1.1.0 app/views/user_passwords/edit.html.erb
My-Commerce_auth-1.0.0 app/views/user_passwords/edit.html.erb
MyCommerceapi-1.0.0 auth/app/views/user_passwords/edit.html.erb
MyCommerce-0.0.3 auth/app/views/user_passwords/edit.html.erb
rfcommerce_auth-0.0.3 app/views/user_passwords/edit.html.erb
spree_auth-0.60.6 app/views/user_passwords/edit.html.erb
spree_auth-0.60.5 app/views/user_passwords/edit.html.erb
spree_auth-0.40.4 app/views/user_password_resets/edit.html.erb
spree_auth-0.50.4 app/views/user_passwords/edit.html.erb
spree_auth-0.60.4 app/views/user_passwords/edit.html.erb
spree_auth-0.50.3 app/views/user_passwords/edit.html.erb
spree_auth-0.60.3 app/views/user_passwords/edit.html.erb
spree_auth-0.60.2 app/views/user_passwords/edit.html.erb
spree_auth-0.70.0.rc2 app/views/user_passwords/edit.html.erb
spree_auth-0.70.RC1 app/views/user_passwords/edit.html.erb
spree_bushido_auth-0.80.28 app/views/user_passwords/edit.html.erb
spree_bushido_auth-0.80.27 app/views/user_passwords/edit.html.erb
spree_bushido_auth-0.80.26 app/views/user_passwords/edit.html.erb
spree_bushido_auth-0.80.25 app/views/user_passwords/edit.html.erb