Sha256: 9bc3574e59436532cccdc3cfbfe1bc8d7e6b6c0492f720949f021f84d075046d

Contents?: true

Size: 749 Bytes

Versions: 17

Compression:

Stored size: 749 Bytes

Contents

<% content_for :header, t('enter_email_address', :scope => 'refinery.users.forgot') %>

<%= form_for resource, :as => resource_name,
                       :url => refinery.refinery_user_password_path,
                       :html => { :method => :post } do |f| %>

  <div class='field'>
    <%= f.text_field :email, :class => "larger widest",
                     :placeholder => t('email_address', :scope => 'refinery.users.forgot') %>
  </div>

  <%= render '/refinery/admin/form_actions', :f => f,
             :continue_editing => false,
             :submit_button_text => t('reset_password', :scope => 'refinery.users.forgot'),
             :cancel_url => refinery.refinery_user_session_path,
             :cancel_title => nil -%>
<% end -%>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
refinerycms-authentication-2.1.5 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.1.4 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.1.3 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.1.2 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.1.1 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.1.0 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.0.10 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.0.9 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.0.8 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.0.7 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.0.6 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.0.5 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.0.4 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.0.3 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.0.2 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.0.1 app/views/refinery/passwords/new.html.erb
refinerycms-authentication-2.0.0 app/views/refinery/passwords/new.html.erb