From 37af7558526d3f4c4f7ad5f409414bac17978e0f Mon Sep 17 00:00:00 2001
From: agendartobias <noreply@example.com>
Date: Wed, 13 Apr 2022 09:32:17 +0000
Subject: [PATCH] [DOCS] Show correct redirect mode in EXT:felogin
 documentation

config.typolinkLinkAccessRestrictedPages_addParams works only with
redirectMode getpost.

Releases: main, 11.5, 10.4
Resolves: #97370
Change-Id: I43fc29558eb1d282b4f5939fa115f5350cbede38
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74940
Tested-by: Lina Wolf <112@linawolf.de>
Reviewed-by: Lina Wolf <112@linawolf.de>
---
 typo3/sysext/felogin/Documentation/Examples/Index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/felogin/Documentation/Examples/Index.rst b/typo3/sysext/felogin/Documentation/Examples/Index.rst
index c5787e1c629e..2dc34ca6a578 100644
--- a/typo3/sysext/felogin/Documentation/Examples/Index.rst
+++ b/typo3/sysext/felogin/Documentation/Examples/Index.rst
@@ -35,7 +35,7 @@ original page:
 
 .. code-block:: typoscript
 
-   plugin.tx_felogin_login.settings.redirectMode = referer
+   plugin.tx_felogin_login.settings.redirectMode = getpost
 
 (This option can also be set in the flexform configuration of the
 felogin content element)
-- 
GitLab