File: phpbb/captcha/plugins/captcha_abstract.php
Unmodified
Added
Modified
Removed
Line 387 | Line 387 |
---|
* @return string the name of the class used to generate the captcha */ abstract function get_generator_class();
|
* @return string the name of the class used to generate the captcha */ abstract function get_generator_class();
|
| /** * Get language variable for error message when CAPTCHA is being shown due * to exceeding the maximum number of login attempts * * @return string */ public function get_login_error_attempts(): string { return 'LOGIN_ERROR_ATTEMPTS'; }
|
}
| }
|