Sha256: b639bb0859546d717873f3b8af86fe73760c400b88e2a4887481612b12c9b51c

Contents?: true

Size: 669 Bytes

Versions: 8

Compression:

Stored size: 669 Bytes

Contents

<%= render partial: 'spree/shared/error_messages', locals: { target: @spree_user } %>
<div id="change-password">
  <h6><%= t('spree.change_my_password') %></h6>

  <%= form_for @spree_user, as: :spree_user, url: spree.update_password_path, method: :put do |f| %>
    <p>
      <%= f.label :password, t('spree.password') %><br />
      <%= f.password_field :password %><br />
    </p>
    <p>
      <%= f.label :password_confirmation, t('spree.confirm_password') %><br />
      <%= f.password_field :password_confirmation %><br />
    </p>
    <%= f.hidden_field :reset_password_token %>
    <%= f.submit t('spree.update'), class: 'button primary' %>
  <% end %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
solidus_auth_devise-2.5.9 lib/views/frontend/spree/user_passwords/edit.html.erb
solidus_auth_devise-2.5.8 lib/views/frontend/spree/user_passwords/edit.html.erb
solidus_auth_devise-2.5.7 lib/views/frontend/spree/user_passwords/edit.html.erb
solidus_auth_devise-2.5.6 lib/views/frontend/spree/user_passwords/edit.html.erb
solidus_auth_devise-2.5.5 lib/views/frontend/spree/user_passwords/edit.html.erb
solidus_auth_devise-2.5.4 lib/views/frontend/spree/user_passwords/edit.html.erb
solidus_auth_devise-2.5.3 lib/views/frontend/spree/user_passwords/edit.html.erb
solidus_auth_devise-2.5.2 lib/views/frontend/spree/user_passwords/edit.html.erb