Sha256: 28261cc402743d9f0343fe450680f7a3d9d7787a2d34d10b1c1ea0117eceaf87

Contents?: true

Size: 686 Bytes

Versions: 66

Compression:

Stored size: 686 Bytes

Contents

<h2>Change your password</h2>

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

  <div class="field">
    <%= f.label :password, "New password" %><br />
    <%= f.password_field :password, autofocus: true, autocomplete: "off" %>
  </div>

  <div class="field">
    <%= f.label :password_confirmation, "Confirm new password" %><br />
    <%= f.password_field :password_confirmation, autocomplete: "off" %>
  </div>

  <div class="actions">
    <%= f.submit "Change my password" %>
  </div>
<% end %>

<%= render "cms_admin_users/shared/links" %>

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
optimacms-0.1.61 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.4.3 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.4.2 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.3.9 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.3.8 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.3.7 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.3.6 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.3.5 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.3.2 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.3.1 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.2.23 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.2.22 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.2.21 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.2.20 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.2.19 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.2.18 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.2.17 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.2.16 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.2.15 app/views/cms_admin_users/passwords/edit.html.erb
optimacms-0.2.14 app/views/cms_admin_users/passwords/edit.html.erb