Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5 M1
-
Fix Version/s: 1.5 M2
-
Component/s: Web - Templates & Resources
-
Labels:None
-
Similar issues:
Description
From the mailing list (from Mohails):
Hi!
It's quite good when the login form appears to set the automatic
focus on the username field. Maybe this feature could be included in
XWiki as a standart.
All you need is to paste this script after the login form:
document.forms.loginForm.j_username.focus();