MediaWiki REL1_33
|
A class with constants of the CAPTCHA triggers built-in in ConfirmEdit. More...
Public Attributes | |
const | ADD_URL = 'addurl' |
const | BAD_LOGIN = 'badlogin' |
const | BAD_LOGIN_PER_USER = 'badloginperuser' |
const | CREATE = 'create' |
const | CREATE_ACCOUNT = 'createaccount' |
const | EDIT = 'edit' |
const | EXT_REG_ATTRIBUTE_NAME = 'CaptchaTriggers' |
const | SENDEMAIL = 'sendemail' |
A class with constants of the CAPTCHA triggers built-in in ConfirmEdit.
Other extensions may add more possible triggers, which are not included in this class.
Definition at line 7 of file CaptchaTriggers.php.
const CaptchaTriggers::ADD_URL = 'addurl' |
Definition at line 11 of file CaptchaTriggers.php.
const CaptchaTriggers::BAD_LOGIN = 'badlogin' |
Definition at line 13 of file CaptchaTriggers.php.
Referenced by SimpleCaptcha\increaseBadLoginCounter(), and SimpleCaptcha\isBadLoginTriggered().
const CaptchaTriggers::BAD_LOGIN_PER_USER = 'badloginperuser' |
Definition at line 14 of file CaptchaTriggers.php.
Referenced by SimpleCaptcha\increaseBadLoginCounter(), SimpleCaptcha\isBadLoginPerUserTriggered(), and SimpleCaptcha\resetBadLoginCounter().
const CaptchaTriggers::CREATE = 'create' |
Definition at line 9 of file CaptchaTriggers.php.
const CaptchaTriggers::CREATE_ACCOUNT = 'createaccount' |
Definition at line 12 of file CaptchaTriggers.php.
Referenced by SimpleCaptcha\needCreateAccountCaptcha().
const CaptchaTriggers::EDIT = 'edit' |
Definition at line 8 of file CaptchaTriggers.php.
const CaptchaTriggers::EXT_REG_ATTRIBUTE_NAME = 'CaptchaTriggers' |
Definition at line 16 of file CaptchaTriggers.php.
Referenced by SimpleCaptcha\triggersCaptcha().
const CaptchaTriggers::SENDEMAIL = 'sendemail' |
Definition at line 10 of file CaptchaTriggers.php.
Referenced by SimpleCaptcha\confirmEmailUser(), and SimpleCaptcha\injectEmailUser().