Breaking: #103913 - Do not perform redirect in EXT:felogin logoutAction
See forge#103913
Description
Redirect handling for the
logout has been removed.
Impact
The
logout no longer performs any configured redirect via plugin
settings or GET parameters.
Affected installations
TYPO3 installations relying on redirect handling within
logout are affected.
Migration
No migration is required. The previous redirect logic in
logout has been removed because it was incorrect: it ignored
the
show setting and could trigger an unintended
redirect even when this option was enabled.
Valid redirects are already processed correctly by
login and
overview, so the faulty branch was
removed without replacement.