summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/auth/login.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-08-06 16:48:13 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-08-06 16:48:13 +0200
commitbaed5713d175eee3fe2aed9ee3afef916b4641d4 (patch)
tree019396be8893996a1ec6f3ae44af776143c9b9f2 /template/en/default/account/auth/login.html.tmpl
parent5d46fc8d19dfdc7ede2effb14d8067d0d3c6a2d1 (diff)
downloadbugzilla-baed5713d175eee3fe2aed9ee3afef916b4641d4.tar.gz
bugzilla-baed5713d175eee3fe2aed9ee3afef916b4641d4.tar.xz
Bug 1179160: The login form should not use type="email" when LDAP has LDAPmailattribute set
r=gerv a=dkl
Diffstat (limited to 'template/en/default/account/auth/login.html.tmpl')
-rw-r--r--template/en/default/account/auth/login.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl
index 85b3be8fb..05d177d09 100644
--- a/template/en/default/account/auth/login.html.tmpl
+++ b/template/en/default/account/auth/login.html.tmpl
@@ -30,7 +30,7 @@
<tr>
<th>
<label for="Bugzilla_login">
- [% IF Param('emailsuffix') %]
+ [% IF login_not_email %]
Login:
[% ELSE %]
Email&nbsp;Address:
@@ -39,7 +39,7 @@
</th>
<td>
<input id="Bugzilla_login" name="Bugzilla_login"
- [%- ' type="email"' UNLESS Param('emailsuffix') %] autofocus required>
+ [%- ' type="email"' UNLESS login_not_email %] autofocus required>
[% Param('emailsuffix') FILTER html %]
</td>
</tr>