|
dolibarr 23.0.3
|
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. | |
| 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. | |
Public Member Functions inherited from ModeleCaptcha | |
| isEnabled () | |
| Return if a module can be used or not. | |
| getFieldInputTitle () | |
| Return description of module. | |
Class to generate a password according to a dolibarr standard rule (12 random chars)
Definition at line 34 of file modCaptchaStandard.class.php.
| modCaptchaStandard::__construct | ( | $db, | |
| $conf, | |||
| $langs, | |||
| $user ) |
| modCaptchaStandard::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 from ModeleCaptcha.
Definition at line 122 of file modCaptchaStandard.class.php.
References dol_escape_js(), and img_picto().
| modCaptchaStandard::getDescription | ( | ) |
Return description of module.
Reimplemented from ModeleCaptcha.
Definition at line 75 of file modCaptchaStandard.class.php.
| modCaptchaStandard::getExample | ( | ) |
Return an example of password generated by this module.
Reimplemented from ModeleCaptcha.
Definition at line 86 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 183 of file modCaptchaStandard.class.php.