Sha256: eeeebcb2c407285d0b473311809ef0f42d7a312f41fea9fb77de3c7c24de2c71

Contents?: true

Size: 543 Bytes

Versions: 47

Compression:

Stored size: 543 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><%= f.label :password, "New password" %><br />
  <%= f.password_field :password %></div>

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

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

<%= render "links" %>

Version data entries

47 entries across 47 versions & 7 rubygems

Version Path
kuztuscms-0.0.2 app/views/devise/passwords/edit.html.erb
kuztuscms-0.0.1 app/views/devise/passwords/edit.html.erb
devise-2.0.4 app/views/devise/passwords/edit.html.erb
devise-2.0.2 app/views/devise/passwords/edit.html.erb
devise-2.0.1 app/views/devise/passwords/edit.html.erb
devise-2.0.0 app/views/devise/passwords/edit.html.erb
devise-2.0.0.rc2 app/views/devise/passwords/edit.html.erb