diff options
Diffstat (limited to 'template/en/default/account/auth/login-small.html.tmpl')
-rw-r--r-- | template/en/default/account/auth/login-small.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index 7ca0a44d9..1f38f18b7 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -53,12 +53,15 @@ name="Bugzilla_login" title="Login" placeholder="email address" + type="email" + required > <input class="bz_password" id="Bugzilla_password[% qs_suffix FILTER html %]" name="Bugzilla_password" type="password" title="Password" + required > <input class="bz_password bz_default_hidden bz_mini_login_help" type="text" id="Bugzilla_password_dummy[% qs_suffix %]" value="password" |