dolibarr 21.0.0-alpha
|
Parent class for password rules/management modules. More...
Public Member Functions | |
isEnabled () | |
Return if a module can be used or not. | |
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. | |
Parent class for password rules/management modules.
Definition at line 32 of file modules_captcha.php.
ModeleCaptcha::getDescription | ( | ) |
Return description of module.
Reimplemented in modCaptchaStandard.
Definition at line 91 of file modules_captcha.php.
ModeleCaptcha::getExample | ( | ) |
Return an example of password generated by this module.
Reimplemented in modCaptchaStandard.
Definition at line 102 of file modules_captcha.php.
ModeleCaptcha::isEnabled | ( | ) |
Return if a module can be used or not.
Definition at line 80 of file modules_captcha.php.
ModeleCaptcha::validateCodeAfterLoginSubmit | ( | ) |
Validate a captcha This function is called after a log to validate a captcha, before validating a password.
Reimplemented in modCaptchaStandard.
Definition at line 116 of file modules_captcha.php.