diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-11-05 00:32:10 +0100 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-11-05 00:32:10 +0100 |
commit | 5063970f41f2582a11b177a6cc235252606edf9c (patch) | |
tree | fd6f57bd2f57ea242825b1d91f45473b9fa3bf68 /template/en/default | |
parent | fbcea2c8fb28565d774ed47692465d961950e637 (diff) | |
download | bugzilla-5063970f41f2582a11b177a6cc235252606edf9c.tar.gz bugzilla-5063970f41f2582a11b177a6cc235252606edf9c.tar.xz |
Bug 387292 - Advertise the ability to change the email address
r=glob, a=simon
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/account/create.html.tmpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl index 448520b5d..2fbf845d5 100644 --- a/template/en/default/account/create.html.tmpl +++ b/template/en/default/account/create.html.tmpl @@ -36,6 +36,18 @@ at <a href="mailto:[% Param("maintainer") %]">[% Param("maintainer") %]</a>. </p> +[% IF Param('allowemailchange') %] +<p> + 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. +</p> +[% END %] + <p> 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. |