From: Sunil Joshi
Date: Mon, 4 Nov 2013 23:32:10 +0000 (+1000)
Subject: Bug 387292 - Advertise the ability to change the email address
X-Git-Tag: bugzilla-4.5.2~100
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5063970f41f2582a11b177a6cc235252606edf9c;p=thirdparty%2Fbugzilla.git
Bug 387292 - Advertise the ability to change the email address
r=glob, a=simon
---
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl
index 448520b5d9..2fbf845d58 100644
--- a/template/en/default/account/create.html.tmpl
+++ b/template/en/default/account/create.html.tmpl
@@ -36,6 +36,18 @@
at [% Param("maintainer") %].
+[% IF Param('allowemailchange') %]
+
+ If you already have an account and want to change your
+ [% IF Param('emailsuffix') == '' %]
+ email address,
+ [% ELSE %]
+ login name,
+ [% END %]
+ you can change it from the Preferences page after logging in.
+
+[% END %]
+
A user account is required to report new [% terms.bugs %] or to comment into
existing ones, as you may be contacted for more information if needed.