24 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions.lib.php';
56 return $langs->trans(
"NoDescription");
67 $langs->load(
"bills");
68 return $langs->trans(
"NoExample");
79 return $langs->trans(
"NotAvailable");
Parent class for password rules/management modules.
getDescription()
Return description of module.
isEnabled()
Return if a module can be used or not.
getNewGeneratedPassword()
Build new password.
validatePassword($password)
Validate a password.
getExample()
Return an example of password generated by this module.