diff --git a/src/main/resources/templates/AuthResource/delete.html b/src/main/resources/templates/AuthResource/delete.html
index 23a4dd1..e76d76f 100644
--- a/src/main/resources/templates/AuthResource/delete.html
+++ b/src/main/resources/templates/AuthResource/delete.html
@@ -1,33 +1,15 @@
{#include layout}
{#pageTitle}Delete account{/pageTitle}
- {#if user:loggedIn}
-
Logged in as {user:name}
+ Logged in as {user:name}
- Right after you click the button:
-
- - Your account {user:name} will be deleted.
- - Your user page and talk page, along with their subpages, and all revisions from all users, will be deleted.
- - Your {revisionCount} authored revisions will remain, but your name will be replaced with a shared "Deleted User"
- - Your username will become available.
-
- {#else}
-
- Logged in as IP address {user:name}
-
- Your IP address is also an account, it's stored and treated as such.
-
-
- Right after you click the button:
-
- - Your account {user:name} will be deleted.
- - Your user page and talk page, along with their subpages, and all revisions from all users, will be deleted.
- - Your authored revisions will remain, but your name will be replaced with a shared "Deleted User"
- - If you continue your activity on this website, your account will be re-created.
-
- {/if}
-
- While data is deleted on our side, it probably has been saved on third party archiving websites. This is beyond our control, and we take no responsibility for it.
+ Right after you click the button:
+
+ - Your account {user:name} is deleted.
+ - Pages under your user namespace {user:name}/ and their talk pages, and all revisions from all users, are deleted.
+ - Your {revisionCount} authored revisions are anonymized
+ - Your username {user:name} is freed immediately.
+