From d6f47aa5f07a11a8771ce95f156b5394e67285a8 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 8 Oct 2015 08:28:46 -0400 Subject: Bug 1200765 - Make login UX mobile friendly to assist mobile authentication workflow --- template/en/default/account/auth/login.html.tmpl | 95 ++++++++++++------------ 1 file changed, 46 insertions(+), 49 deletions(-) (limited to 'template/en/default/account') diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index 922a55bd4..33aeaeaea 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -30,8 +30,9 @@ [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl - title = "Log in to $terms.Bugzilla", - onload = "document.forms['login'].Bugzilla_login.focus()" + title = "Log in to $terms.Bugzilla", + onload = "document.forms['login'].Bugzilla_login.focus()" + allow_mobile = 1 %] [% USE Bugzilla %] @@ -40,59 +41,55 @@ I need an email address and password to continue.

-
- - - - - - - - - + - - - + Param('rememberlogin') == 'defaultoff' %] +
+ + +
[% END %] - - - - -
- - [% Param('emailsuffix') FILTER html %] -
- -
  - - -
  - - -
+ [% PROCESS "global/hidden-fields.html.tmpl" + exclude="^Bugzilla_(login|password|restrictlogin)$" %] - [% PROCESS "global/hidden-fields.html.tmpl" - exclude="^Bugzilla_(login|password|restrictlogin)$" %] +
+ + +
- - +
+ + +
-

- (Note: you should make sure cookies are enabled for this site. - Otherwise, you will be required to log in frequently.) -

-
+ + + [% Hook.process('additional_methods') %] @@ -117,7 +114,7 @@ If you have an account, but have forgotten your password, enter your email address below and submit a request to change your password.
- + -- cgit v1.2.3-24-g4f1b