aschempp / contao-securepasswords

0 stars 0 forks source link

Check not performed for "password change required" on new users #1

Open jantheofel opened 10 years ago

jantheofel commented 10 years ago

Contao offers the "Password change required" option when adding new users. The password checks configured with securepasswords are not checked there.

amenk commented 7 years ago

Is that still an issue? @jantheofel were you able to fix it?

amenk commented 7 years ago

It's solveable via $GLOBALS['TL_DCA']['tl_user']['fields']['password']['save_callback'][] - unfortunately that callback is called differently - from the backend or from the password.php :-( I will provide a Pullrequest.