dolibarr 21.0.0-alpha
|
Class to generate a password according to a dolibarr standard rule (12 random chars) More...
Public Member Functions | |
__construct ($db, $conf, $langs, $user) | |
Constructor. | |
getDescription () | |
Return description of module. | |
getExample () | |
Return an example of password generated by this module. | |
validateCodeAfterLoginSubmit () | |
Validate a captcha This function is called after a log to validate a captcha, before validating a password. | |
Public Member Functions inherited from ModeleCaptcha | |
isEnabled () | |
Return if a module can be used or not. | |
Class to generate a password according to a dolibarr standard rule (12 random chars)
Definition at line 33 of file modCaptchaStandard.class.php.
modCaptchaStandard::__construct | ( | $db, | |
$conf, | |||
$langs, | |||
$user ) |
modCaptchaStandard::getDescription | ( | ) |
Return description of module.
Reimplemented from ModeleCaptcha.
Definition at line 65 of file modCaptchaStandard.class.php.
modCaptchaStandard::getExample | ( | ) |
Return an example of password generated by this module.
Reimplemented from ModeleCaptcha.
Definition at line 76 of file modCaptchaStandard.class.php.
modCaptchaStandard::validateCodeAfterLoginSubmit | ( | ) |
Validate a captcha This function is called after a log to validate a captcha, before validating a password.
Reimplemented from ModeleCaptcha.
Definition at line 105 of file modCaptchaStandard.class.php.