Sha256: bc15e433f83362a9104113f3524196afeb6a984985a5949951743dbf14496575

Contents?: true

Size: 677 Bytes

Versions: 4

Compression:

Stored size: 677 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 "devise/shared/links" %>

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
samurai_core-1.0.0 app/views/devise/passwords/edit.html.erb
app_kit-0.0.2 app/views/devise/passwords/edit.html.erb
app_kit-0.0.1 app/views/devise/passwords/edit.html.erb
devise-3.4.1 app/views/devise/passwords/edit.html.erb