---
title: "Deprecation: #65283 - Deprecate logout entry point"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-65283"
source: "Changelog/7.2/Deprecation-65291-DeprecateLogoutEntryPoint.rst"
typo3-version: "7.2"
typo3-major: 7
type: "deprecation"
issue: 65283
forge: "https://forge.typo3.org/issues/65283"
tags: ["PHP-API", "Backend"]
rendered: "2026-09-17T21:17:42+00:00"
---

# Deprecation: #65283 - Deprecate logout entry point {#deprecation-65283-deprecate-logout-entry-point}

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

## Description {#description}

The following entry point has been marked as deprecated:

-   typo3/logout.php

## Impact {#impact}

Using this entry point in a backend module will throw a deprecation message.

## Migration {#migration}

Use `TYPO3CMSBackendUtilityBackendUtility::getModuleUrl()` instead with the according module name.

`typo3/logout.php` will have to be refactored to `TYPO3CMSBackendUtilityBackendUtility::getModuleUrl('logout')`
