summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs/account.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/account/prefs/account.html.tmpl')
-rw-r--r--template/en/default/account/prefs/account.html.tmpl30
1 files changed, 29 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl
index 0c8f0807f..919563440 100644
--- a/template/en/default/account/prefs/account.html.tmpl
+++ b/template/en/default/account/prefs/account.html.tmpl
@@ -29,7 +29,7 @@
<table>
<tr>
- <th align="right">Your real name:</th>
+ <th align="right" width="150">Your real name:</th>
<td>
<input size="35" name="realname" value="[% realname FILTER html %]">
<i>optional, but encouraged</i>
@@ -118,4 +118,32 @@
</tr>
[% END %]
+ <tr>
+ <td></td>
+ <td>
+ <a href="#" id="account-disable-toggle"><span id="account-disable-spinner">&#9656;</span> Disable My Account</a>
+ </td>
+ </tr>
+ <tr id="account-disable" style="display:none">
+ <td></td>
+ <td>
+ <p>
+ Your contributions on bugzilla.mozilla.org will still be visible;
+ however, your email address and name will be removed in most locations.
+ We are not able to remove your details that are part of comment text.
+ </p>
+ <p>
+ <input type="checkbox" id="account-disable-confirm">
+ I acknowledge that my account will not be functional after it has been
+ disabled.
+ </p>
+ <input type="hidden" name="account_disable" id="account_disable">
+ <button type="button" id="account-disable-button" disabled>Disable Account</button>
+ </td>
+ </tr>
+ <tr>
+ <td></td>
+ <td><hr></td>
+ </tr>
+
</table>