Actions
Bug #100772
openDisabling of referer redirect via redirectReferrer flag is not persisted on login failure
Status:
Under Review
Priority:
Must have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2023-04-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is the redirectReferrer flag for the frontend login form to force deactivation of a configured referer redirect:
This is set by https://example.org/login/?redirectReferrer=off
Or in custom solutions can also be conditionally set via Fluid.
Right now this parameter is only read from GET but not from POST.
In the Fluid login form the parameter is set only as POST.
So in the end it gets lost when the form is send.
In case the provided login credentials are not correct, the form reloads and redirectReferrer is not set anymore.
Actions