Sha256: 9769f4f59e832992452a77776debcec591946554459d82173814400287e80145

Contents?: true

Size: 599 Bytes

Versions: 62

Compression:

Stored size: 599 Bytes

Contents

<div id="reset-password-confirm" class="common-form">
  <h1><%= t('muck.users.select_new_password') %></h1>
  <%= output_errors(t('muck.users.select_new_password'), {:class => 'help-box'}) %>
  <%= muck_form_for @user, :url => password_reset_path, :html => {:method => :put} do |f| -%>
    <%= f.password_field :password, { :label => t('muck.users.password'), :hide_required => true } -%>
    <%= f.password_field :password_confirmation, { :label => t('muck.users.confirm_password'), :hide_required => true } -%>
    <%= submit_tag t('muck.users.confirm_select_new_password') %>
  <% end -%>
</div>

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
muck-users-3.2.25 app/views/password_resets/edit.html.erb
muck-users-3.2.24 app/views/password_resets/edit.html.erb
muck-users-3.2.23 app/views/password_resets/edit.html.erb
muck-users-3.2.22 app/views/password_resets/edit.html.erb
muck-users-3.2.21 app/views/password_resets/edit.html.erb
muck-users-3.2.20 app/views/password_resets/edit.html.erb
muck-users-3.2.19 app/views/password_resets/edit.html.erb
muck-users-3.2.18 app/views/password_resets/edit.html.erb
muck-users-3.2.17 app/views/password_resets/edit.html.erb
muck-users-3.2.16 app/views/password_resets/edit.html.erb
muck-users-3.2.15 app/views/password_resets/edit.html.erb
muck-users-3.2.14 app/views/password_resets/edit.html.erb
muck-users-3.2.13 app/views/password_resets/edit.html.erb
muck-users-3.2.12 app/views/password_resets/edit.html.erb
muck-users-3.2.11 app/views/password_resets/edit.html.erb
muck-users-3.2.10 app/views/password_resets/edit.html.erb
muck-users-3.2.9 app/views/password_resets/edit.html.erb
muck-users-3.2.8 app/views/password_resets/edit.html.erb
muck-users-3.2.7 app/views/password_resets/edit.html.erb
muck-users-3.2.6 app/views/password_resets/edit.html.erb