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

# Feature: #100268 - Provide full userdata in password recovery email

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

## Description

A new array variable `userData` has been added to the password
recovery `\TYPO3\CMS\Core\Mail\FluidEmail` object. It contains the values
of all fields belonging to the affected frontend user.

## Impact

It is now possible to use the `{userData}` variable in the Fluid template
of the password recovery to access data from the affected frontend user.
