Feature #23231
closedhook/callback for password recovery
0%
Description
It would be nice to have a hook/callback for the password recovery functionality. It should be called after the password is changed in the Typo3 database.
I have an extension which authenticates fe users in a foreign database using the typo3 authentication service interface. So if the password changes I need a hook to apply the password to the foreign database.
I would place my services at your disposal if this would be of interest to you. Or I could make a suggestion for the new feature by generating a patch.
(issue imported from #M15177)
Updated by Chris topher over 14 years ago
Hi Michael,
thanks for your offer.
Two possibilities;:
Either post this in the typo3-dev-list at http://lists.typo3.org for further discussion.
Or, if you already made the changes needed for this feature, please add the patch here and directly send a mail to the Core List for inclusion in the next versions of TYPO3.
See here: http://typo3.org/teams/core/core-mailinglist-rules
Updated by Michael Michalowski over 14 years ago
hi Christopher,
thanks for your answer. I will get my proceeding discussed in the dev-list at first (because the callbacks might be a part of an auth service ). According to the result l will attach a patch to this ticket.
Updated by Michael Michalowski over 14 years ago
already implemented as $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['password_changed'] callback hook.
please close this one! thanks.