Feature #25224
closedadd Option to Disable Cookie Warning
0%
Description
some times its needet to disable the coockie warning. and there was no option to do that so far. and the cookiewarning disables all redirection.
usecase:
you have two websites an external html-site and an typo3 site.
the html site host al "login" form which sends the user to the typo3 site.
in this case cookie warning nearly always triggers because the first request to the typo3 site is usaly the login. because of the behavior no redirect at login is possible.
soloution:
added a typoscript option
plugin.tx_felogin_pi1.disableCookieWarning = 1
patched FE login attached.
line 133 is the only modfided.
(issue imported from #M17825)
Files
Updated by Christian Wolff over 13 years ago
Here is an Diff file of my patch in addition
Updated by Nikolas Hagelstein over 13 years ago
- File class.tx_felogin_pi1.php.diff class.tx_felogin_pi1.php.diff added
- Target version changed from 0 to 4.5.2
This issue has originally been filed at bugs.typo.org and had this patch attached.
Updated by Oliver Hader over 13 years ago
- Target version changed from 4.5.2 to 4.5.6
Updated by Chris topher about 13 years ago
- Target version changed from 4.5.6 to 4.5.8
Updated by Steffen Gebert about 13 years ago
- Target version deleted (
4.5.8) - TYPO3 Version set to 4.5
This can't go to a maintenance release, as it's a new feature
Updated by Steffen Gebert about 13 years ago
Nikolas, could you push this to Gerrit, please? Feature phase is open starting from the day after tomorrow
Updated by not my real name over 11 years ago
Is there any chance this patch can be merged into 4.5 LTS? Otherwise we'll have to repatch every time an update comes out. Thanks!
Updated by Mathias Schreiber almost 10 years ago
- Category set to felogin
- Target version set to 7.2 (Frontend)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 8 LTS
Updated by Christian Wolff about 9 years ago
This ticket Could Be Closed!
as it does no Longer Apply since TYPO3 6.2 and above do not create Cookies By Default.
and FE Login does no Longer Veryfy the Existance of the Cookie.