---
title: "Feature: #103147 - Provide full userdata in password recovery email in ext:backend"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-100268-1708278982"
source: "Changelog/13.1/Feature-103147-ProvideFullUserdataInPasswordRecoveryEmailInExtbackend.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Feature: #103147 - Provide full userdata in password recovery email in ext:backend

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

## Description

A new array variable `{userData}` has been added to the password
recovery FluidEmail object. It contains the values of all fields from
the `be_users` table belonging to the affected backend user.

## Impact

It is now possible to use the `{userData}` variable in the password
recovery FluidEmail to access data from the affected backend user.
