mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -387,4 +387,15 @@ abstract class captcha_abstract
|
||||
* @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';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user