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:
===========================================================
Breaking: #60559 - T3skin Backend Login Template File Moved
===========================================================
See :issue:`60559`
Description
===========
The HTML template file for the backend login screen was moved from EXT:t3skin to EXT:backend.
Impact
======
Broken login screen.
Affected installations
======================
A TYPO3 instance is affected if a 3rd party extension uses file EXT:t3skin/Resources/Private/Templates/login.html
Migration
=========
Use file EXT:backend/Resources/Private/Templates/login.html instead or refactor the affected extension to free it
from the dependency to this core internal file.
.. index:: Backend, ext:t3skin