Actions
Bug #20660
closedRedirect after logout does not work
Start date:
2009-06-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using the felogin extension included in TYPO3,
enabling a redirect to another page after logout does not work.
The structure is like this:
ROOT
Home (Shortcut to first subpage); ID: 1
-- Login (Hide at login); ID: 2
-- Logout (Show to specific fe-group only, redirect to Home at logout); ID: 3
When I call the link "index.php?id=3&logintype=logout" I will get logged out, but I won't get redirected to Home (ID: 1) nor further to Login (ID: 2). I will stay at the page Logout (ID: 3).
Is it possible that, after the logout, I won't get redirected. because I have no access to the Logout (ID: 3) anymore?
(issue imported from #M11396)
Files
Actions