Edit <%= resource_name.to_s.humanize %>

<% form_for resource_name, resource, :url => registration_path(resource_name), :html => { :method => :put } do |f| -%> <%= f.error_messages %>

<%= f.label :email %>

<%= f.text_field :email %>

<%= f.label :password %> (leave blank if you don't want to change it)

<%= f.password_field :password %>

<%= f.label :password_confirmation %>

<%= f.password_field :password_confirmation %>

<%= f.label :current_password %> (we need your current password to confirm your changes)

<%= f.password_field :current_password %>

<%= f.submit "Update" %>

<% end -%>

Cancel my account

Unhappy? <%= link_to "Cancel my account", registration_path(resource_name), :confirm => "Are you sure?", :method => :delete %>.

<%= render :partial => "shared/devise_links" %>