summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/created.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2016-04-27 18:50:13 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2016-04-27 18:50:13 +0200
commit3891b63a1eb52076337885487f251a10580a4a85 (patch)
treedb1463894b756a6bb5114644feeec704ec886eb5 /template/en/default/account/created.html.tmpl
parentc44470a368465adfe329fcfc32492829a21878da (diff)
downloadbugzilla-3891b63a1eb52076337885487f251a10580a4a85.tar.gz
bugzilla-3891b63a1eb52076337885487f251a10580a4a85.tar.xz
Bug 218917 - Allow the login name to be different from the email address
Original patch by Gervase Markham r=gerv a=dkl
Diffstat (limited to 'template/en/default/account/created.html.tmpl')
-rw-r--r--template/en/default/account/created.html.tmpl9
1 files changed, 5 insertions, 4 deletions
diff --git a/template/en/default/account/created.html.tmpl b/template/en/default/account/created.html.tmpl
index f35deca83..f87571936 100644
--- a/template/en/default/account/created.html.tmpl
+++ b/template/en/default/account/created.html.tmpl
@@ -7,7 +7,8 @@
#%]
[%# INTERFACE:
- # login: string. The user's Bugzilla login email address.
+ # login: string. The user's Bugzilla login.
+ # email: string. The user's Bugzilla email address.
#%]
[% title = BLOCK %]
@@ -17,9 +18,9 @@
[% PROCESS global/header.html.tmpl title = title %]
<p>
- A confirmation email has been sent containing a link to continue
- creating an account. The link will expire if an account is not
- created within [% constants.MAX_TOKEN_AGE FILTER html %] days.
+ A confirmation email has been sent to <em>[% email FILTER html %]</em> containing
+ a link to continue creating an account. The link will expire if an account is
+ not created within [% constants.MAX_TOKEN_AGE FILTER html %] days.
</p>
[% PROCESS global/footer.html.tmpl %]