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,38 @@
.. include:: /Includes.rst.txt
.. _deprecation-92628:
=================================================
Deprecation: #92628 - Login Logo without Alt-Text
=================================================
See :issue:`92628`
Description
===========
The configuration of the extension "backend" has now the possibility to
provide an alt-text for a custom login logo.
As an alt-text is needed for accessibility reasons, not setting an alt-text has been marked as
deprecated.
Impact
======
Not configuring an alt-text will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
All instances that have defined a custom login logo are affected.
Migration
=========
Configure an alt-text for your custom login logo.
.. index:: Backend, NotScanned, ext:backend