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');