Skip to content
Snippets Groups Projects
Commit c53fac26 authored by Andreas Fernandez's avatar Andreas Fernandez
Browse files

[!!!][TASK] Drop backend login interface selector

Previous TYPO3 installations allowed to configure an interface selector
in the backend login that gave the authenticating backend user the
possibility to choose whether to get redirected to frontend or backend
by configuring
`$GLOBALS['TYPO3_CONF_VARS']['BE']['interfaces'] = 'backend,frontend'`.

If only one option was configured, the redirect to either backend or
frontend was enforced, where `backend` was the default configuration.

This feature was meaningful once TYPO3 shipped EXT:feedit, but was
conceptually broken ever since, as the matter of fact a TYPO3
installation can contain multiple site roots was overseen and a user
may get redirected to the wrong frontend. Also, if EXT:adminpanel is not
installed, there is no one-click solution to access the TYPO3 backend.

Resolves: #98179
Releases: main
Change-Id: Ic759e6c1016d70c07dc8862a0b8c21b14c3d904b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75487


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 12ecfd34
Branches
Tags
No related merge requests found
Showing
with 70 additions and 159 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment