Merge branch 'hotfix/21.56.9' into master
[gitter.git] / public / js / views / modals / tmpl / delete-account-view.hbs
blob9086d07b890fd466fb8465123e7aadc5e2824770
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"
4 </label>
6 <hr>
8 Doing this will:
9 <ul>
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>
15   {{#if ghost }}
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>
19   {{/if}}
20 </ul>
22 This will <strong>NOT</strong>:
23 <ul>
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>
28 </ul>
30 You can sign back in at any time to re-create your account.
31 <br>
32 <br>
33 Are you sure you want to do this?{{#if locked }} <em>(unlocking in {{secondsLeft }})</em>{{/if}}
35 {{#if deletionRequestLoading }}
36   <br>
37   <br>
38   <i class="icon-spin animate-spin"></i>
39 {{/if}}
41 {{#if deletionRequestSucceeded }}
42   <br>
43   <br>
44   Successfully deleted your account, signing you out
45 {{/if}}
47 {{#if deletionRequestError }}
48   <br>
49   <br>
50   <span class="error-text">{{deletionRequestError}}</span>
51 {{/if}}