Skip to content
Snippets Groups Projects
Commit 9e1e9493 authored by Torben Hansen's avatar Torben Hansen Committed by Benni Mack
Browse files

[FEATURE] Provide full userdata in password recovery email


Currently, the variables `receiverName`, `url` and `validUntil` are
available in the template of the password recovery email. If more
user related data is required in the recovery email, integrators
have to use the PSR-14 event `SendRecoveryEmailEvent` to add
additional variables to the email object.

To simplify customization of the password recovery email for
frontend users, this patch adds the new variable `userData` to
the FluidEmail object, which contains all userdata of the
affected frontend user.

Resolves: #100268
Releases: main
Signed-off-by: default avatarTorben Hansen <derhansen@gmail.com>
Change-Id: I032f775e01003a5a276f8e2d0310925ea1592dc7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81605


Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 51e256c8
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment