From 7f0f08bcc497d04746b209510a55ebfadcfe13bb Mon Sep 17 00:00:00 2001 From: Patrick Webster Date: Sun, 19 Dec 2010 20:43:35 -0600 Subject: [PATCH] [ticket/9953] Set focus to password on re-authentication Sets the login focus to the password field when prompting for admin re-authentication, rather than the username field. PHPBB3-9953 --- phpBB/styles/prosilver/template/login_body.html | 2 +- phpBB/styles/subsilver2/template/login_body.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/login_body.html b/phpBB/styles/prosilver/template/login_body.html index 26e425a1d0..36c2eae349 100644 --- a/phpBB/styles/prosilver/template/login_body.html +++ b/phpBB/styles/prosilver/template/login_body.html @@ -2,7 +2,7 @@ diff --git a/phpBB/styles/subsilver2/template/login_body.html b/phpBB/styles/subsilver2/template/login_body.html index 90bbf8c139..262341e0c0 100644 --- a/phpBB/styles/subsilver2/template/login_body.html +++ b/phpBB/styles/subsilver2/template/login_body.html @@ -92,7 +92,7 @@ // {PASSWORD_CREDENTIAL}{USERNAME_CREDENTIAL}"); for (var i = 0; i < elements.length; ++i) { if (elements[i].tagName.toLowerCase() == 'input')