---
title: "Breaking: #60559 - Dropped Backend Login Options"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-60559-1668719184"
source: "Changelog/7.0/Breaking-60559-DroppedBackendLoginOptions.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Breaking: #60559 - Dropped Backend Login Options

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

## Description

Handling of `$GLOBALS['TBE_STYLES']['loginBoxImage_rotationFolder']` and `$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.
