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}
-        <p>Logged in as <strong>{user:name}</strong></p>
+    <p>Logged in as <strong>{user:name}</strong></p>
 
-        <p>Right after you click the button:</p>
-        <ul>
-            <li>Your account <strong>{user:name}</strong> will be deleted.</li>
-            <li>Your user page and talk page, along with their subpages, and all revisions from all users, will be deleted.</li>
-            <li>Your <strong>{revisionCount}</strong> authored revisions will remain, but your name will be replaced with a shared "Deleted User"</li> <!-- TODO optimize the size operation -->
-            <li>Your username will become available.</li>
-        </ul>
-    {#else}
-        <p>
-            Logged in as IP address <strong>{user:name}</strong>
-            <br>
-            Your IP address is also an account, it's stored and treated as such.
-        </p>
-
-        <p>Right after you click the button:</p>
-        <ul>
-            <li>Your account <strong>{user:name}</strong> will be deleted.</li>
-            <li>Your user page and talk page, along with their subpages, and all revisions from all users, will be deleted.</li>
-            <li>Your authored revisions will remain, but your name will be replaced with a shared "Deleted User"</li>
-            <li>If you continue your activity on this website, your account will be re-created.</li>
-        </ul>
-    {/if}
-
-    <p>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.</p>
+    <p>Right after you click the button:</p>
+    <ul>
+        <li>Your account <strong>{user:name}</strong> is deleted.</li>
+        <li>Pages under your user namespace <strong>{user:name}/</strong> and their talk pages, and all revisions from all users, are deleted.</li>
+        <li>Your <strong>{revisionCount}</strong> authored revisions are anonymized</li>
+        <li>Your username <strong>{user:name}</strong> is freed immediately.</li>
+    </ul>
 
     <form method="post" action="/auth/action/delete">
         <label for="confirm">I confirm</label>