]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 387292 - Advertise the ability to change the email address
authorSunil Joshi <joshi_sunil@in.com>
Mon, 4 Nov 2013 23:32:10 +0000 (09:32 +1000)
committerSimon Green <sgreen@redhat.com>
Mon, 4 Nov 2013 23:32:10 +0000 (09:32 +1000)
r=glob, a=simon

template/en/default/account/create.html.tmpl

index 448520b5d97615dc58c852606876c925f127283b..2fbf845d5816f0ffd2841c671367d7b7d1ad5ee7 100644 (file)
   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.