diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-09-06 12:41:31 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-09-06 12:41:31 +0200 |
commit | 23807179790108fc2575d06df59dbaebf8ce0af8 (patch) | |
tree | ed9e1b383de7f72f1892c66552640240c431f5f2 /template/en/default/account/prefs | |
parent | a666b2a74f565a5ebb38f0ce0b400d04b1ea7ca4 (diff) | |
download | bugzilla-23807179790108fc2575d06df59dbaebf8ce0af8.tar.gz bugzilla-23807179790108fc2575d06df59dbaebf8ce0af8.tar.xz |
Bug 1194987: Editing your email address and make it point to a non-existent email address makes Bugzilla stop working
r=gerv a=sgreen
Diffstat (limited to 'template/en/default/account/prefs')
-rw-r--r-- | template/en/default/account/prefs/prefs.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 8d90d7b6e..ea47b7663 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -75,6 +75,10 @@ In order to confirm your request, we have sent an email to your new email address. As a precaution, an email has also been sent to your old address allowing you to cancel this change if needed. + If you don't receive the email, you can + <a href="token.cgi?t=[% email_token FILTER uri %]&a=cxlem"> + cancel the email address change</a> from here if you wish (especially + if you mistyped the new email address). </p> [% END %] </div> |