Actions
Feature #99904
openProcess for E-Mail Recovery if an E-Mails is used in more than one fe_user
Start date:
2023-02-09
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
if an e-mail is used more than one fe_user only the first matching record is fetched:
and in the recovery mail:
https://github.com/TYPO3-CMS/felogin/blob/main/Classes/Controller/PasswordRecoveryController.php#L62
Only one link is set.
If a mail is used more than ones, the recovery mail shooed have a List with all users matching this mail and a recovery link for each user
Actions