Sha256: 07fd0d6bc4959d15c61e2931c348708f0296c7ad89d1887aefa2495d685a1776

Contents?: true

Size: 858 Bytes

Versions: 5

Compression:

Stored size: 858 Bytes

Contents

<h2><%= t('.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, t('.new_password') %><br />
    <% if @minimum_password_length %>
      <em><%= t('devise.shared.minimum_password_length', count: @minimum_password_length) %></em><br />
    <% end %>
    <%= f.password_field :password, autofocus: true, autocomplete: "off" %>
  </div>

  <div class="field">
    <%= f.label :password_confirmation, t('.confirm_new_password') %><br />
    <%= f.password_field :password_confirmation, autocomplete: "off" %>
  </div>

  <div class="actions">
    <%= f.submit t('.change_my_password') %>
  </div>
<% end %>

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
devise-i18n-1.6.5 app/views/devise/passwords/edit.html.erb
devise-i18n-1.6.4 app/views/devise/passwords/edit.html.erb
devise-i18n-1.6.2 app/views/devise/passwords/edit.html.erb
devise-i18n-1.6.1 app/views/devise/passwords/edit.html.erb
devise-i18n-1.6.0 app/views/devise/passwords/edit.html.erb