Sha256: 6e2c616798754e44de71e2f417b9f76396db8eab13c284ca8f955c96bb62cff9

Contents?: true

Size: 385 Bytes

Versions: 4

Compression:

Stored size: 385 Bytes

Contents

<h1><%= t(:change_my_password) %></h1>
 
<%= form_for @user, :url => password_reset_path, :method => :put do |f| %>
  <%= f.error_messages %>
  <%= f.label :password %><br />
  <%= f.password_field :password %><br />
  <br />
  <%= f.label :password_confirmation %><br />
  <%= f.password_field :password_confirmation %><br />
  <br />
  <%= f.submit t("update_password") %>
<% end %>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
spree_auth-0.30.2 app/views/password_resets/edit.html.erb
spree_auth-0.30.1 app/views/password_resets/edit.html.erb
spree_auth-0.30.0 app/views/password_resets/edit.html.erb
spree_core-0.30.0.beta1 app/views/password_resets/edit.html.erb