Actions
Bug #20058
closedstill troubles with logout-redirect
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2009-02-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I have the felogin on every page:
50 < plugin.tx_felogin_pi1
50 {
templateFile = fileadmin/template/ext/felogin/template.html
showForgotPasswordLink = 1
storagePid = {$pid.userFolder}
redirectPageLogout = 4 # <- This is an unprotected page
redirectMode = logout
redirectFirstMethod = 1
}
But when logging out from a protected page the result is "The requested page does not exist!"
I found out that in the function processRedirect() it runs into the "} else { // not logged in" part since there is no $this->logintype set at this time.
With the attached patch the action of the logout-form is set to the unprotected page.
Typo3 4.2.6
(issue imported from #M10500)
Files
Actions