dolibarr 21.0.0-beta
|
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. | |
getCaptchaCodeForForm ($php_self='') | |
Return the HTML content to output on a form that need the captcha. | |
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::getCaptchaCodeForForm | ( | $php_self = '' | ) |
Return the HTML content to output on a form that need the captcha.
string | $php_self | An URL for the a href link |
Reimplemented in modCaptchaStandard.
Definition at line 115 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 126 of file modules_captcha.php.