Sha256: 6bfec45e82fea150af11ccae242573eb5ee7d471c9b38d5d623982128adad5b3
Contents?: true
Size: 729 Bytes
Versions: 1
Compression:
Stored size: 729 Bytes
Contents
<%= render partial: 'spree/admin/shared/error_messages', locals: { target: @spree_user } %> <h2><%= Spree.t(:change_my_password) %></h2> <%= form_for @spree_user, as: :spree_user, url: spree.admin_update_password_path, method: :put do |f| %> <div class="form-group"> <%= f.label :password, Spree.t(:password) %> <%= f.password_field :password, class: 'form-control', required: true %> </div> <div class="form-group"> <%= f.label :password_confirmation, Spree.t(:confirm_password) %> <%= f.password_field :password_confirmation, class: 'form-control', required: true %> </div> <%= f.hidden_field :reset_password_token %> <%= f.submit Spree.t(:update), class: 'btn btn-primary btn-block' %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_auth_devise-4.4.2 | lib/views/backend/spree/admin/user_passwords/edit.html.erb |