Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/Troubleshooting/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Login fails since TYPO3 8.7.31 and 9.5.14
These versions of TYPO3
`introduced <https://typo3.org/article/typo3-9514-and-8731-maintenance-releases-published>`__
a SameSite cookies support, which broke OpenID authentication. The fix is to
make sure that you have the following in your :file:`web/typo3conf/LocalConfiguration.php`:
make sure that you have the following in :file:`config/system/settings.php` or :file:`public/typo3conf/LocalConfiguration.php` for TYPO3 versions less than 12.0:

.. code-block:: none

Expand Down