-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.x] User Logout direct fails #37763
Comments
Thanks, @brianteeman. I reported this at #37042 but it failed to gain any traction or attention. I consider this a bug with J! 4 that probably goes back to before the release of J! 4.0 but was overlooked or not considered important. Whether or not the matter is fixed I would like an acknowledgement from the development team(s) as to why this happens: The logout menu item does not close the session (and reset the viewing permissions) before the session is redirected to a menu item that the session is not permitted to access. That, in a nutshell, is the problem. Further, the viewer remains logged-in as a result of the error. |
Probably because you didnt have good test instructions and asked people to wade through the forum.
Doesnt really matter what you consider or when the bug first occurred. The only thing that matters is when someone discovers and reports it.,
I would like a ferrari |
Closing as no longer reproducable |
Steps to reproduce the issue
Test 1
login and logout using the module
Test 2
login and logout using the menu login form
Test 3
Login (any method) and Logout using the Logout menu item that redirects to a public page
Test 4
Login (any method) and Logout using the Logout menu item that redirects to a guest page
Expected Results
login and logout and redirects all work as expected
Actual Result
Test 1,2 & 3 work as expected
Test 4 produces a 403 You don't have permission to access this
The text was updated successfully, but these errors were encountered: