MediaWiki REL1_32
CaptchaTriggers.php
Go to the documentation of this file.
1<?php
2
7abstract class CaptchaTriggers {
8 const EDIT = 'edit';
9 const CREATE = 'create';
10 const SENDEMAIL = 'sendemail';
11 const ADD_URL = 'addurl';
12 const CREATE_ACCOUNT = 'createaccount';
13 const BAD_LOGIN = 'badlogin';
14 const BAD_LOGIN_PER_USER = 'badloginperuser';
15
16 const EXT_REG_ATTRIBUTE_NAME = 'CaptchaTriggers';
17}
A class with constants of the CAPTCHA triggers built-in in ConfirmEdit.