<% page_title "Deactivate Account" %>

Deactivate Account

You can deactivate your <%= Danbooru.config.app_name %> account using the form below. Deactivating your account will do the following things:

The following things will not be deleted:

Enter your password below to deactivate your account. This cannot be undone. Your account cannot be recovered after it is deactivated.

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