24 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions.lib.php';
37 public $WithoutAmbi = 0;
62 return $langs->trans(
"NoDescription");
73 $langs->load(
"bills");
74 return $langs->trans(
"NoExample");
85 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.