Sha256: d84738be8bd68551f06425c5aea0aa503789851a7f15d53eeafca75d2d1d033c

Contents?: true

Size: 691 Bytes

Versions: 13

Compression:

Stored size: 691 Bytes

Contents

<% content_for :header, t('.pick_new_password_for', :email => @user.email) %>

<% form_for :user do |f| -%>
  <%= f.error_messages %>

  <div class='field'>
    <%= f.label :password %>
    <%= f.password_field :password, :class => 'larger widest' %>
  </div>

  <div class='field'>
    <%= f.label :password_confirmation %>
    <%= f.password_field :password_confirmation, :class => 'larger widest' %>
  </div>

  <%= render :partial => "/shared/admin/form_actions",
             :locals => {
               :f => f,
               :continue_editing => false,
               :submit_button_text => t('.reset_password'),
               :cancel_url => login_url
             } -%>
<% end -%>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
refinerycms-0.9.7.15 vendor/plugins/authentication/app/views/users/reset.html.erb
refinerycms-0.9.7.14 vendor/plugins/authentication/app/views/users/reset.html.erb
refinerycms-0.9.7.13 vendor/plugins/authentication/app/views/users/reset.html.erb
refinerycms-0.9.7.11 vendor/plugins/authentication/app/views/users/reset.html.erb
refinerycms-0.9.7.10 vendor/plugins/authentication/app/views/users/reset.html.erb
refinerycms-0.9.7.9 vendor/plugins/authentication/app/views/users/reset.html.erb
refinerycms-0.9.7.8 vendor/plugins/authentication/app/views/users/reset.html.erb
refinerycms-0.9.7.7 vendor/plugins/authentication/app/views/users/reset.html.erb
refinerycms-0.9.7.6 vendor/plugins/authentication/app/views/users/reset.html.erb
refinerycms-0.9.7.5 vendor/plugins/authentication/app/views/users/reset.html.erb
refinerycms-0.9.7.4 vendor/plugins/authentication/app/views/users/reset.html.erb
refinerycms-0.9.7.3 vendor/plugins/authentication/app/views/users/reset.html.erb
refinerycms-0.9.7.2 vendor/plugins/authentication/app/views/users/reset.html.erb