Sha256: 4513da47aa63d479951fe59aafc036bfb36f164d1fa9668b71d11e25b851990a

Contents?: true

Size: 1.09 KB

Versions: 32

Compression:

Stored size: 1.09 KB

Contents

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

<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f| %>
  <%= f.hidden_field :reset_password_token %>

  <%= render :partial => "/shared/admin/error_messages",
             :locals => {
               :object => @user,
               :include_object_name => true
             } %>

  <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', :scope => 'users.reset'),
               :cancel_url => new_user_session_path,
               :cancel_title => nil,
               :hide_delete => true
             } -%>
<% end -%>

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
refinerycms-authentication-1.0.11 app/views/passwords/edit.html.erb
refinerycms-authentication-1.0.10 app/views/passwords/edit.html.erb
refinerycms-authentication-1.0.9 app/views/passwords/edit.html.erb
refinerycms-authentication-1.0.8 app/views/passwords/edit.html.erb
refinerycms-authentication-1.0.7 app/views/passwords/edit.html.erb
refinerycms-authentication-1.0.5 app/views/passwords/edit.html.erb
refinerycms-authentication-1.0.4 app/views/passwords/edit.html.erb
refinerycms-authentication-1.0.3 app/views/passwords/edit.html.erb
refinerycms-authentication-1.0.1 app/views/passwords/edit.html.erb
refinerycms-authentication-1.0.0 app/views/passwords/edit.html.erb
refinerycms-authentication-0.9.9.22 app/views/passwords/edit.html.erb
refinerycms-authentication-0.9.9.21 app/views/passwords/edit.html.erb
refinerycms-authentication-0.9.9.20 app/views/passwords/edit.html.erb
refinerycms-authentication-0.9.9.19 app/views/passwords/edit.html.erb
refinerycms-authentication-0.9.9.18 app/views/passwords/edit.html.erb
refinerycms-authentication-0.9.9.17 app/views/passwords/edit.html.erb
refinerycms-authentication-0.9.9.16 app/views/passwords/edit.html.erb
refinerycms-authentication-0.9.9.15 app/views/passwords/edit.html.erb
refinerycms-authentication-0.9.9.14 app/views/passwords/edit.html.erb
refinerycms-authentication-0.9.9.13 app/views/passwords/edit.html.erb