1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Corrected remember-me parameter name in samples and log file name in tutorial sample (was "contacts.log").

This commit is contained in:
Luke Taylor
2007-10-16 13:52:01 +00:00
parent c51bcd9c1f
commit bd740a91a2
3 changed files with 3 additions and 3 deletions
@@ -36,7 +36,7 @@
<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>
<tr><td><input type="checkbox" name="_acegi_security_remember_me"></td><td>Don't ask for my password for two weeks</td></tr>
<tr><td><input type="checkbox" name="_spring_security_remember_me"></td><td>Don't ask for my password for two weeks</td></tr>
<tr><td colspan='2'><input name="submit" type="submit"></td></tr>
<tr><td colspan='2'><input name="reset" type="reset"></td></tr>