Skip to content

Commit 3ba4708

Browse files
committed
[TASK] Deprecate User TSConfig option auth.BE.redirectToURL
Resolves: TYPO3-Documentation/Changelog-To-Doc#1272 Releases: main
1 parent 81a85c7 commit 3ba4708

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Documentation/UserTsconfig/Auth.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ Properties
2727
:name: user-auth-be-redirectToURL
2828
:type: string
2929

30-
Specifies a URL to redirect to after login is performed in the backend login form. This
31-
has been used in the past to redirect a backend user to the frontend to use frontend editing.
30+
.. deprecated:: 14.0
31+
The TSconfig option :tsconfig:`auth.BE.redirectToURL` has been
32+
deprecated with TYPO3 v14.
33+
34+
If a redirect after a successful backend login is required, it is
35+
recommended to create a custom PSR-15 middleware, which handles the
36+
redirection.
3237

3338
.. _user-auth-mfa-required:
3439

0 commit comments

Comments
 (0)