Sha256: eb8b27e0b6ac58d11549cae4a2933c3f341b325f47bf6ee04a98d790ece4d637

Contents?: true

Size: 1.08 KB

Versions: 5

Compression:

Stored size: 1.08 KB

Contents

<% content_for :header, t('pick_new_password_for', :scope => 'refinery.authentication.devise.users.reset', :email => resource.email) %>

<%= form_for resource, :as => resource_name,
             :url => refinery.authentication_devise_user_password_path,
             :html => { :method => :put } do |f| %>
  <%= f.hidden_field :reset_password_token, :value => @reset_password_token %>

  <%= render '/refinery/admin/error_messages', :object => resource, :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 '/refinery/admin/form_actions', :f => f,
             :continue_editing => false,
             :submit_button_text => t('reset_password', :scope => 'refinery.authentication.devise.users.reset'),
             :cancel_url => refinery.login_path,
             :cancel_title => nil,
             :hide_delete => true -%>
<% end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
refinerycms-authentication-devise-1.0.4 app/views/refinery/authentication/devise/passwords/edit.html.erb
refinerycms-authentication-devise-1.0.3 app/views/refinery/authentication/devise/passwords/edit.html.erb
refinerycms-authentication-devise-1.0.2 app/views/refinery/authentication/devise/passwords/edit.html.erb
refinerycms-authentication-devise-1.0.1 app/views/refinery/authentication/devise/passwords/edit.html.erb
refinerycms-authentication-devise-1.0.0 app/views/refinery/authentication/devise/passwords/edit.html.erb