|
dolibarr
13.0.2
|
Class to generate a password according to rule 'no password'. More...
Inheritance diagram for modGeneratePassNone:
Collaboration diagram for modGeneratePassNone:Public Member Functions | |
| __construct ($db, $conf, $langs, $user) | |
| Constructor. More... | |
| getDescription () | |
| Return description of module. More... | |
| getExample () | |
| Return an example of password generated by this module. More... | |
| getNewGeneratedPassword () | |
| Build new password. More... | |
| validatePassword ($password) | |
| Validate a password. More... | |
Public Member Functions inherited from ModeleGenPassword | |
| isEnabled () | |
| Return if a module can be used or not. More... | |
| getDescription () | |
| Return description of module. More... | |
| getExample () | |
| Return an example of password generated by this module. More... | |
| getNewGeneratedPassword () | |
| Build new password. More... | |
| validatePassword ($password) | |
| Validate a password. More... | |
Class to generate a password according to rule 'no password'.
Definition at line 32 of file modGeneratePassNone.class.php.
| modGeneratePassNone::__construct | ( | $db, | |
| $conf, | |||
| $langs, | |||
| $user | |||
| ) |
| modGeneratePassNone::getDescription | ( | ) |
Return description of module.
Definition at line 75 of file modGeneratePassNone.class.php.
| modGeneratePassNone::getExample | ( | ) |
Return an example of password generated by this module.
Definition at line 86 of file modGeneratePassNone.class.php.
| modGeneratePassNone::getNewGeneratedPassword | ( | ) |
Build new password.
Definition at line 96 of file modGeneratePassNone.class.php.
| modGeneratePassNone::validatePassword | ( | $password | ) |
Validate a password.
| string | $password | Password to check |
Definition at line 107 of file modGeneratePassNone.class.php.