diff --git a/app/views/maintenance/user/deletions/show.html.erb b/app/views/maintenance/user/deletions/show.html.erb index d7daf190e..e7ded1d06 100644 --- a/app/views/maintenance/user/deletions/show.html.erb +++ b/app/views/maintenance/user/deletions/show.html.erb @@ -1,19 +1,36 @@ -<% page_title "Delete Account" %> +<% page_title "Deactivate Account" %>
-

Delete Account

+

Deactivate Account

-

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

+

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

-

You must enter your password to delete your account.

+

+ 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 %>
@@ -22,7 +39,7 @@
- <%= submit_tag "Submit" %> + <%= submit_tag "Deactivate account" %>
<% end %>
diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index e3ee6b7fc..078b9ec7d 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -122,7 +122,6 @@ <% if policy(UserNameChangeRequest).create? %>
  • <%= link_to "Change name", new_user_name_change_request_path %>
  • <% end %> -
  • <%= link_to "Delete account", maintenance_user_deletion_path %>
  • <%= link_to "Dmails", dmails_path(search: { folder: "received" }) %>
  • <%= link_to "Favorites", favorites_path %>
  • <%= link_to "Favorite groups", favorite_groups_path %>