Skip to content
Snippets Groups Projects
Commit 1e777d26 authored by Torben Hansen's avatar Torben Hansen Committed by Oliver Bartsch
Browse files

[BUGFIX] Fix felogin GET/POST redirect mode

When ext:felogin is configured to redirectMode "getpost,login",
the extension does always redirect to a page configured in
TS/Flexform although a valid redirect URL is provided using
`return_url` or `redirect_url` GET parameter. Root cause of the
problem is the wrong assignment of the fluid variable
`redirectURL`, which should be used for GET/POST redirect urls
only.

This patch ensures, that the fluid variable `redirectURL`
is assigned either with GET data from `return_url` or
`redirect_url` if available.

Resolves: #92068
Releases: main, 11.5, 10.4
Change-Id: Iae3ba5c4345b26a1cf9d52801c6d101c5986dbb4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73785


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 3d9bc177
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment