Sha256: e954fe5b3e3e263ea6cbc61b1dffefb2737e2a2b8ee3365732574e341165f6b0

Contents?: true

Size: 666 Bytes

Versions: 4

Compression:

Stored size: 666 Bytes

Contents

<h2>Change your password</h2>

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

  <p><%= f.label :password %></p>
  <p><%= f.password_field :password %></p>

  <p><%= f.label :password_confirmation %></p>
  <p><%= f.password_field :password_confirmation %></p>

  <p><%= f.submit "Change my password" %></p>
<% end %>

<%= link_to "Sign in", new_session_path(resource_name) %><br />

<%- if devise_mapping.confirmable? %>
  <%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name) %><br />
<% end -%>

Version data entries

4 entries across 3 versions & 1 rubygems

Version Path
devise-0.2.0 app/views/passwords/edit.html.erb
devise-0.2.0 generators/devise_views/templates/passwords/edit.html.erb
devise-0.1.1 app/views/passwords/edit.html.erb
devise-0.1.0 app/views/passwords/edit.html.erb