Export to GitHub

tongue-tied - issue #20

Remember me function is incorrectly setting user priviliges


Posted on Mar 29, 2008 by Happy Giraffe

What steps will reproduce the problem? 1. Login as an admin with remember me enabled 2. Logout from admin 3. In the same browser, login as another user with no admin privileges 4. The user has full admin privileges

What is the expected output? What do you see instead? After logout the user privileges should be cleared and when the new user logs in the correct privileges should be set.

Please use labels and text to provide additional information.

Comment #1

Posted on May 3, 2008 by Happy Giraffe

The problem was occuring because the logoff form was submitting to "j_spring_security_exit_user" (formally j_acegi_exit_user) which is part of the switch user functionality instead of calling "j_spring_security_logout" (formally j_acegi_logout). Stupid mistake to make.

Comment #2

Posted on Apr 11, 2009 by Happy Giraffe

(No comment was entered for this change.)

Status: Fixed

Labels:
Type-Defect Priority-Medium Component-UI Component-Logic Usability Milestone-Release1.0_Alpha