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.

Reply via email to