Project

General

Profile

Actions

Feature #23231

closed

hook/callback for password recovery

Added by Michael Michalowski almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2010-07-19
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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)

Actions #1

Updated by Chris topher almost 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

Actions #2

Updated by Michael Michalowski almost 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.

Actions #3

Updated by Michael Michalowski almost 14 years ago

already implemented as $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['password_changed'] callback hook.

please close this one! thanks.

Actions

Also available in: Atom PDF