---
title: "Breaking: #66431 - New Login Screen"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-66431"
source: "Changelog/7.2/Breaking-66431-NewLoginScreen.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #66431 - New Login Screen

See [forge#66431](https://forge.typo3.org/issues/66431)

## Description

To keep the focus on the most recent news, the news are reduced to a single view
carousel where you can slide through the latest news.

A title for the news section is not needed anymore, in result
$GLOBALS\['TYPO3_CONF_VARS'\]\['BE'\]\['loginNewsTitle'\] is superfluous and has
been removed completely without replacement.

## Impact

The news section title has been dropped without replacement.
There will be no alternative section title displayed.

## Affected Installations

Installations that used $GLOBALS\['TYPO3_CONF_VARS'\]\['BE'\]\['loginNewsTitle'\] to
set an alternative section title for the news.

## Migration

If an entry for BE/loginNewsTitle exists in your local configuration it will be
removed by the SilentConfigurationUpgradeService automatically.
