Project

General

Profile

Actions

Feature #37800

closed

felogin password policy hook

Added by Andreas Burg almost 12 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
Start date:
2012-06-06
Due date:
% Done:

0%

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

Description

I would like to see a hook added for checking a password (within class.tx_felogin_pi1.php / changePassword()) against a password policy.

I propose something like this:

$pw_accepted = t3lib_div::callUserFunction(...);

In my case it would be even better, if the hook worked something like this:

list($pw_accepted, $messages) = t3lib_div::callUserFunction(...);

... but at first glance I do not see an obvious way to forward the messages in a proper way into the $markerArray. So going with the simpler version and customizing the "change_password_notvalid_message" would probably be the way to go?!


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Feature #64298: More hooks for sysext feloginClosed2015-01-15

Actions
Related to TYPO3 Core - Feature #21659: Introduce Password PoliciesClosed2009-11-24

Actions
Related to TYPO3 Core - Feature #80793: provide configurable password policiesClosed2017-04-10

Actions
Actions

Also available in: Atom PDF