1
0
mirror of synced 2026-08-04 17:27:13 +00:00

SEC-615: Automatically focus on login name HTML element on page load.

This commit is contained in:
Ben Alex
2007-12-03 06:34:43 +00:00
parent 7aa28ea742
commit cb765bc34b
2 changed files with 4 additions and 4 deletions
@@ -8,7 +8,7 @@
<title>Login</title>
</head>
<body>
<body onload="document.f.j_username.focus();">
<h1>Login</h1>
<P>Valid users:
@@ -32,7 +32,7 @@
</font>
</c:if>
<form action="<c:url value='j_spring_security_check'/>" method="POST">
<form name="f" action="<c:url value='j_spring_security_check'/>" method="POST">
<table>
<tr><td>User:</td><td><input type='text' name='j_username' <c:if test="${not empty param.login_error}">value='<%= session.getAttribute(AuthenticationProcessingFilter.SPRING_SECURITY_LAST_USERNAME_KEY) %>'</c:if>></td></tr>
<tr><td>Password:</td><td><input type='password' name='j_password'></td></tr>