Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431163
CaptchaTriggers.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
639 B
Referenced Files
None
Subscribers
None
CaptchaTriggers.php
View Options
<?php
namespace
MediaWiki\Extension\ConfirmEdit
;
/**
* 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.
*/
abstract
class
CaptchaTriggers
{
public
const
EDIT
=
'edit'
;
public
const
CREATE
=
'create'
;
public
const
SENDEMAIL
=
'sendemail'
;
public
const
ADD_URL
=
'addurl'
;
public
const
CREATE_ACCOUNT
=
'createaccount'
;
public
const
LOGIN_ATTEMPT
=
'loginattempt'
;
public
const
BAD_LOGIN
=
'badlogin'
;
public
const
BAD_LOGIN_PER_USER
=
'badloginperuser'
;
public
const
EXT_REG_ATTRIBUTE_NAME
=
'CaptchaTriggers'
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 20:08 (2 h, 50 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
54/f7/c30da6062772e4ade4350fb7bdd9
Default Alt Text
CaptchaTriggers.php (639 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment