---
title: "Breaking: #60559 - T3skin Backend Login Template File Moved"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-60559"
source: "Changelog/7.0/Breaking-60559-T3skinBackendLoginTemplateMoved.rst"
typo3-version: "7.0"
typo3-major: 7
type: "breaking"
issue: 60559
forge: "https://forge.typo3.org/issues/60559"
tags: ["Backend", "ext:t3skin"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #60559 - T3skin Backend Login Template File Moved {#breaking-60559}

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

## Description {#description}

The HTML template file for the backend login screen was moved from EXT:t3skin to EXT:backend.

## Impact {#impact}

Broken login screen.

## Affected installations {#affected-installations}

A TYPO3 instance is affected if a 3rd party extension uses file EXT:t3skin/Resources/Private/Templates/login.html

## Migration {#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.
