MediaWiki  1.33.0
CaptchaTriggers Class Reference

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'
 

Detailed Description

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.

Member Data Documentation

◆ ADD_URL

const CaptchaTriggers::ADD_URL = 'addurl'

Definition at line 11 of file CaptchaTriggers.php.

◆ BAD_LOGIN

const CaptchaTriggers::BAD_LOGIN = 'badlogin'

◆ BAD_LOGIN_PER_USER

const CaptchaTriggers::BAD_LOGIN_PER_USER = 'badloginperuser'

◆ CREATE

const CaptchaTriggers::CREATE = 'create'

Definition at line 9 of file CaptchaTriggers.php.

◆ CREATE_ACCOUNT

const CaptchaTriggers::CREATE_ACCOUNT = 'createaccount'

Definition at line 12 of file CaptchaTriggers.php.

Referenced by SimpleCaptcha\needCreateAccountCaptcha().

◆ EDIT

const CaptchaTriggers::EDIT = 'edit'

Definition at line 8 of file CaptchaTriggers.php.

◆ EXT_REG_ATTRIBUTE_NAME

const CaptchaTriggers::EXT_REG_ATTRIBUTE_NAME = 'CaptchaTriggers'

Definition at line 16 of file CaptchaTriggers.php.

Referenced by SimpleCaptcha\triggersCaptcha().

◆ SENDEMAIL

const CaptchaTriggers::SENDEMAIL = 'sendemail'

The documentation for this class was generated from the following file: