_PASS_LONGUEUR_MINI

Allows you to set the minimum size of user passwords.

This constant is used to redefine the minimum size of user passwords. By default it is 6.

It is possible to customize this constant in your file config/mes_options.php (see the article dedicated to it) :

// force authors to choose a password of at least 12 characters
define('_PASS_LONGUEUR_MINI', '12');

You can also check the minimum login length with
_LOGIN_TROP_COURT

Author jack Published : Updated : 20/04/23

Translations : English, français, Nederlands