SEC-2873: Remember Me XML Configuration Defaults Should Match Java Config

This commit is contained in:
Rob Winch
2015-02-24 20:49:56 -06:00
parent f198804504
commit 5f57e5b0c3
11 changed files with 15 additions and 15 deletions

View File

@@ -35,7 +35,7 @@
<table>
<tr><td>User:</td><td><input type='text' name='username' value='<c:if test="${not empty param.login_error}"><c:out value="${SPRING_SECURITY_LAST_USERNAME}"/></c:if>'/></td></tr>
<tr><td>Password:</td><td><input type='password' name='password'></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><input type="checkbox" name="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>