We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a85c7 commit 3ba4708Copy full SHA for 3ba4708
Documentation/UserTsconfig/Auth.rst
@@ -27,8 +27,13 @@ Properties
27
:name: user-auth-be-redirectToURL
28
:type: string
29
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.
+ .. deprecated:: 14.0
+ 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.
37
38
.. _user-auth-mfa-required:
39
0 commit comments