You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Dave Johnson (JIRA)" <ji...@apache.org> on 2010/03/02 13:53:27 UTC

[jira] Commented: (ROL-1859) Remember me is broken in 5.0/trunk

    [ https://issues.apache.org/jira/browse/ROL-1859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840156#action_12840156 ] 

Dave Johnson commented on ROL-1859:
-----------------------------------

Suggestion from the mailing list:

What you could is try is to change the input field as below as I
remember this had something to do with it last time I looked at it.

from:

<input type="checkbox" name="rememberMe" id="rememberMe" />

to:

<input type="checkbox" name="_spring_security_remember_me"
id="_spring_security_remember_me" />

Thread is here: http://roller.markmail.org/thread/76ous23cig7rhamx

> Remember me is broken in 5.0/trunk
> ----------------------------------
>
>                 Key: ROL-1859
>                 URL: https://issues.apache.org/jira/browse/ROL-1859
>             Project: Roller
>          Issue Type: Bug
>            Reporter: Dave Johnson
>            Assignee: Dave Johnson
>             Fix For: 5.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.