summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/auth/login.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/account/auth/login.html.tmpl')
-rw-r--r--template/en/default/account/auth/login.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl
index 33aeaeaea..160fad43b 100644
--- a/template/en/default/account/auth/login.html.tmpl
+++ b/template/en/default/account/auth/login.html.tmpl
@@ -47,13 +47,14 @@
<div class="field-login">
<label for="Bugzilla_login">Email Address:</label>
<input id="Bugzilla_login" name="Bugzilla_login"
- [%- ' type="email"' UNLESS Param('emailsuffix') %]>
+ [%- ' type="email"' UNLESS Param('emailsuffix') %]
+ required>
[% Param('emailsuffix') FILTER html %]
</div>
<div class="field-password">
<label for="Bugzilla_password">Password:</label>
- <input type="password" id="Bugzilla_password" name="Bugzilla_password">
+ <input type="password" id="Bugzilla_password" name="Bugzilla_password" required>
</div>
[% IF Param('rememberlogin') == 'defaulton' ||