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 #1

Updated by Mathias Schreiber over 9 years ago

  • Category set to felogin
  • Target version set to 7.5
Actions #2

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 8 LTS
Actions #3

Updated by Helmut Hummel almost 8 years ago

  • Status changed from New to Closed

closed in favor of #21659

Special handling for fe-passwords can be condsidered after we have password policy functionality at all.

Actions #4

Updated by Stephan Großberndt about 5 years ago

  • Related to Feature #80793: provide configurable password policies added
Actions

Also available in: Atom PDF