[
https://issues.apache.org/jira/browse/ROL-1817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12720649#action_12720649
]
Greg Huber commented on ROL-1817:
---------------------------------
Sorry, forgot to add also in security.xml auto-config="false" needs to be
auto-config="true" to add the necessary remember me beans to the context.
Could alternatively add them to the xml file also?
Cheers Greg
> login.jsp remember me check box
> -------------------------------
>
> Key: ROL-1817
> URL: https://issues.apache.org/jira/browse/ROL-1817
> Project: Roller
> Issue Type: Bug
> Components: User Interface - General
> Affects Versions: 5.0
> Reporter: Greg Huber
> Assignee: Roller Unassigned
> Priority: Minor
>
> Hello,
> Checking the login.jsp the remember me check box field:
> <input type="checkbox" name="rememberMe" id="rememberMe" />
> needs to be:
> <input type="checkbox" name="_spring_security_remember_me"
> id="_spring_security_remember_me" />
> to match the spring security 2.0.x parameter:
> public static final String DEFAULT_PARAMETER =
> "_spring_security_remember_me";
> otherwise it does not work for us.
> Cheers
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.