Project

General

Profile

Actions

Bug #18936

closed

redirect after logout does not work

Added by Dennis Geldmacher almost 16 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
felogin
Target version:
-
Start date:
2008-06-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I'm using T3 4.2.1 and realURL 1.4.0

After beeing logged an moving to a page where only logged in users have access and trying to log out frpom this page i allways get a 404 because redirection doesn't work.

For example:

1) I login on this page: example.com/restricted/

2) Than i see the hidden content on this page an get an menu to move further in this area

3) I go to example.com/restricted/further/ and till that point everything works as expected

4) Because of having the felogin plugin on every page in the rootline of example.com/restricted/ i can logout on example.com/restricted/further/ or any other site with example.com/restricted/*/

5) try to logout on any other page than example.com/restricted/ gives a 404 because if i try to logout on example.com/restricted/further/ i get redirected to example.com/restricted/further/ which is at this point "not there"

I'll hope i made it clear.

I'm not using any FlexForm config because i implemented the plugin with TS. Perhaps i made some mistake.

My TS settings are as follows:

plugin.tx_felogin_pi1 {
storagePid = 92
templateFile = path/to/template/
wrapContentInBaseClass = 1
showForgotPasswordLink = 1
showPermaLogin = 0
preserveGETvars = all
redirectMode = logout
redirectPageLogout = 57
redirectDisable = 0
email_from =
email_fromName = email from
replyTo =
linkConfig {
target =
title = title
}
welcomeHeader_stdWrap {
wrap = <h2 class="open">|</h2>
}
welcomeMessage_stdWrap {
wrap = |
}
successHeader_stdWrap {
wrap = <h2>|</h2>
}
successMessage_stdWrap {
wrap = <p>|</p>
}
logoutHeader_stdWrap {
wrap = <h2>|</h2>
}
logoutMessage_stdWrap {
wrap = <p>|</p>
}
errorHeader_stdWrap {
wrap = <h2 class="open">|</h2>
}
errorMessage_stdWrap {
wrap = <p>|</p>
}
forgotHeader_stdWrap {
wrap = <h2 class="open">|</h2>
}
forgotMessage_stdWrap {
wrap = <p>|</p>
}
}

lib.hisLogin < plugin.tx_felogin_pi1

(issue imported from #M8677)


Files

felogin_logout_redirect.diff (1.44 KB) felogin_logout_redirect.diff Administrator Admin, 2008-08-25 16:12

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #18819: felogin redirect won't work if "hide at login" is selectedClosedSteffen Kamper2008-05-20

Actions
Actions

Also available in: Atom PDF