---
title: "Deprecation: #60559 - makeLoginBoxImage()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-60559"
source: "Changelog/7.1/Deprecation-60559-MakeLoginBoxImage.rst"
typo3-version: "7.1"
typo3-major: 7
type: "deprecation"
issue: 60559
forge: "https://forge.typo3.org/issues/60559"
tags: ["PHP-API", "Backend"]
rendered: "2026-09-23T19:53:57+00:00"
---

# Deprecation: #60559 - makeLoginBoxImage() {#deprecation-60559}

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

## Description {#description}

Method `TYPO3CMSBackendController::makeLoginBoxImage()` has been marked as deprecated.

## Impact {#impact}

Backend login images are no longer rendered. The method body is empty and does not return rendered HTML any longer.

## Affected installations {#affected-installations}

The method was unused with default backend login screen for a long time already, an installation is only affected if a
3rd party extension was loaded that changed the default login screen and used `makeLoginBoxImage()` or the template marker
`LOGINBOX_IMAGE`.

## Migration {#migration}

Free an affected 3rd party extension from using this method or unload the extension.
