TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,37 @@
.. include:: /Includes.rst.txt
.. _breaking-60559-1668719184:
================================================
Breaking: #60559 - Dropped Backend Login Options
================================================
See :issue:`60559`
Description
===========
Handling of :code:`$GLOBALS['TBE_STYLES']['loginBoxImage_rotationFolder']` and :code:`$GLOBALS['TBE_STYLES']['loginBoxImage_author']` was dropped.
Impact
======
Setting those options has no effect anymore.
Affected installations
======================
These options had no effect with standard core internal login screen based on t3skin for a long time already. Instances are
only affected if a 3rd party extension is loaded that changes the backend login screen and operates with these settings.
Migration
=========
Remove these options and their usage from the affected 3rd party extension or unload the extension.
.. index:: Backend, ext:t3skin