From 5063970f41f2582a11b177a6cc235252606edf9c Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Tue, 5 Nov 2013 09:32:10 +1000 Subject: Bug 387292 - Advertise the ability to change the email address r=glob, a=simon --- template/en/default/account/create.html.tmpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'template') 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 [% 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. -- cgit v1.2.3-24-g4f1b