Deprecation: #66431 - New Login Screen¶
See forge#66431
Description¶
The login screen is now supporting background images and adjustable highlight colors out of the box. Settings for the login screen can now be accessed in the backend extension settings.
Since the needed settings for the login screen were moved to the backend extension
configuration, $GLOBALS
is only used as fallback.
The option has been marked as deprecated and will be removed with TYPO3 CMS 8.
Impact¶
$GLOBALS
will add a deprecation log message and
is still used as fallback to the new option but will be removed with TYPO3 CMS 8.
Affected Installations¶
Installations that use $GLOBALS
to set an alternative
logo for the backend login.
Migration¶
Remove the $GLOBALS
from your setup and go to the
extension manager to edit the configuration for the backend extension.