summaryrefslogtreecommitdiffstats
path: root/template/en/default/account
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/account')
-rw-r--r--template/en/default/account/auth/login.html.tmpl10
1 files changed, 9 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl
index 33440b82f..14415f1a6 100644
--- a/template/en/default/account/auth/login.html.tmpl
+++ b/template/en/default/account/auth/login.html.tmpl
@@ -29,7 +29,15 @@
[%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]>
<table>
<tr>
- <th><label for="Bugzilla_login">Login:</label></th>
+ <th>
+ <label for="Bugzilla_login">
+ [% IF Param('emailsuffix') %]
+ Login:
+ [% ELSE %]
+ Your Email Address:
+ [% END %]
+ </label>
+ </th>
<td>
<input size="35" id="Bugzilla_login" name="Bugzilla_login">
[% Param('emailsuffix') FILTER html %]