From 44de55c08282d10c933314fe987f2b02c8370f67 Mon Sep 17 00:00:00 2001
From: "bzrmirror%bugzilla.org"
Date: Mon, 4 Nov 2013 23:45:56 +0000
Subject: [PATCH] Bug 387292 - Advertise the ability to change the email
address r=glob, a=simon
git-svn-id: svn://10.0.0.236/trunk@265095 18797224-902f-48f8-a5cc-f745e15eee43
---
mozilla/webtools/bugzilla/.bzrrev | 2 +-
.../template/en/default/account/create.html.tmpl | 12 ++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev
index 61901599919..e41b4964cfb 100644
--- a/mozilla/webtools/bugzilla/.bzrrev
+++ b/mozilla/webtools/bugzilla/.bzrrev
@@ -1 +1 @@
-8798
\ No newline at end of file
+8799
\ No newline at end of file
diff --git a/mozilla/webtools/bugzilla/template/en/default/account/create.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/account/create.html.tmpl
index 448520b5d97..2fbf845d581 100644
--- a/mozilla/webtools/bugzilla/template/en/default/account/create.html.tmpl
+++ b/mozilla/webtools/bugzilla/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.