1 <input type="checkbox" class="js-delete-account-ghost-user-checkbox" id="form-delete-account-ghost-user-checkbox" {{#if ghost }}checked{{/if}}>
2 <label for="form-delete-account-ghost-user-checkbox">
3 Remove personal information and turn my account into a "ghost"
10 <li>Clear your GitHub tokens</li>
11 <li>Clear your email</li>
12 <li>Mark your account as removed</li>
13 <li>Remove you from all rooms</li>
14 <li>This could leave some communities/rooms orphaned without an admin (make sure to set another admin before deletion)</li>
16 <li>Change your username to "{{ghostUsername}}" and display name to "Ghost"</li>
17 <li>Remove your avatar</li>
18 <li>Clear any backing OAuth identities (GitLab/Twitter)</li>
22 This will <strong>NOT</strong>:
24 <li>Delete your GitHub/GitLab/Twitter account</li>
25 <li>Delete your messages</li>
26 <li>Delete your communities/rooms</li>
27 <li>Change mentions of your username</li>
30 You can sign back in at any time to re-create your account.
33 Are you sure you want to do this?{{#if locked }} <em>(unlocking in {{secondsLeft }})</em>{{/if}}
35 {{#if deletionRequestLoading }}
38 <i class="icon-spin animate-spin"></i>
41 {{#if deletionRequestSucceeded }}
44 Successfully deleted your account, signing you out
47 {{#if deletionRequestError }}
50 <span class="error-text">{{deletionRequestError}}</span>