From 560c1705e8421393aeddd22a3ef45ce162181b49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Aug 2025 00:01:31 +0000 Subject: [PATCH] fix: apply whitespace fixes --- Documentation/Troubleshooting/BackendLogin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Troubleshooting/BackendLogin.rst b/Documentation/Troubleshooting/BackendLogin.rst index 7e5a9a78..829f9b16 100644 --- a/Documentation/Troubleshooting/BackendLogin.rst +++ b/Documentation/Troubleshooting/BackendLogin.rst @@ -27,7 +27,7 @@ Login page reloads without error * Check the cookies configuration in TYPO3: Ensure that cookie-related settings (:confval:`sessionTimeout `, :confval:`cookieDomain `) - are correct and not causing session issues. Additionally, if + are correct and not causing session issues. Additionally, if `$GLOBALS[TYPO3_CONF_VARS][BE][cookieSameSite] `_ is set to "none", a login will only work on HTTPS connections.