<% page_title "Delete Account" %>

Delete Account

You can delete your account. This will not actually remove your account from the database, but it will do the following things:

You must enter your password to delete your account.

<%= form_tag(maintenance_user_deletion_path, :method => :delete, :class => "simple_form") do %>
<%= password_field_tag :password %>
<%= submit_tag "Submit" %>
<% end %>