[TYPO3-core] RFC: Bug #14121: [felogin] Use piVars instead of _GP

Benjamin Mack benni at typo3.org
Fri Apr 30 04:15:05 CEST 2010


Hey Sascha,

On 15.04.10 17:26, Sascha Egerer wrote:

> And I don't see any simple solution to change that because the login
> stuff has to be done before the TypoScript parsing.
>
> Any solution for that?
Please use the typo3.english list for this support question.

Personally, I'd solve it by creating a link to the current page (or to 
the page with the login form) with an additional parameter like this:

lib.header = COA
...

[loginUser = *]

lib.header.10 = TEXT
lib.header.10.value = Logout
lib.header.10.typolink.parameter.data = TSFE:id
lib.header.10.typolink.additionalParams = &logintype=logout

[else]

... show login form ...

[end]

Benni.


More information about the TYPO3-team-core mailing list