Sha256: 2c1cdb8bf91cf4ba8c4aa1a267a14ad7f76095969e9897ed3780d0c6cf756d11

Contents?: true

Size: 685 Bytes

Versions: 8

Compression:

Stored size: 685 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 />
    <%= f.password_field :password, 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

8 entries across 8 versions & 1 rubygems

Version Path
devise-i18n-1.5.1 app/views/devise/passwords/edit.html.erb
devise-i18n-1.5.0 app/views/devise/passwords/edit.html.erb
devise-i18n-1.4.0 app/views/devise/passwords/edit.html.erb
devise-i18n-1.3.0 app/views/devise/passwords/edit.html.erb
devise-i18n-1.2.0 app/views/devise/passwords/edit.html.erb
devise-i18n-1.1.2 app/views/devise/passwords/edit.html.erb
devise-i18n-1.1.1 app/views/devise/passwords/edit.html.erb
devise-i18n-1.1.0 app/views/devise/passwords/edit.html.erb