---
title: "Breaking: #72372 - Removed deprecated code from beuser"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-72372"
source: "Changelog/8.0/Breaking-72372-RemovedDeprecatedCodeFromBeuser.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #72372 - Removed deprecated code from beuser

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

## Description

The following methods have been removed from `PermissionAjaxController`

`renderOwnername`
`renderPermissions`
`renderGroupname`

## Impact

Using the methods above directly in any third party extension will result in a fatal error.

## Affected Installations

Instances which use calls to the methods above.

## Migration

Migrate your code that calls one of the methods to Fluid templates.
