From: Sunil Joshi Date: Tue, 6 Aug 2013 01:47:08 +0000 (+1000) Subject: Bug 898784 - Clarify on the CreateAccount page that email address is login when param... X-Git-Tag: bugzilla-4.5.1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bafb35e63cb0fd56eed2f4ab9037ee980c16f9fa;p=thirdparty%2Fbugzilla.git Bug 898784 - Clarify on the CreateAccount page that email address is login when param emailsuffix is set. r=sgreen, a=sgreen --- diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl index bf2cf31f03..448520b5d9 100644 --- a/template/en/default/account/create.html.tmpl +++ b/template/en/default/account/create.html.tmpl @@ -59,7 +59,13 @@
- Email address: + + [% IF Param('emailsuffix') %] + Login: + [% ELSE %] + Email address: + [% END %] +