MediaWiki REL1_32
ReCaptchaAuthenticationRequest.php
Go to the documentation of this file.
1<?php
2
4
10 public function __construct() {
11 parent::__construct( null, null );
12 }
13
14 public function loadFromSubmission( array $data ) {
15 // unhack the hack in parent
16 return AuthenticationRequest::loadFromSubmission( $data );
17 }
18
19 public function getFieldInfo() {
20 $fieldInfo = parent::getFieldInfo();
21 if ( !$fieldInfo ) {
22 return false;
23 }
24
25 return array_merge( $fieldInfo, [
26 'captchaId' => [
27 'type' => 'string',
28 'label' => wfMessage( 'recaptcha-id-label' ),
29 'help' => wfMessage( 'recaptcha-id-help' ),
30 ],
31 'captchaWord' => [
32 'type' => 'string',
33 'label' => wfMessage( 'recaptcha-label' ),
34 'help' => wfMessage( 'recaptcha-help' ),
35 ],
36 ] );
37 }
38}
Generic captcha authentication request class.
This is a value object for authentication requests.
Authentication request for ReCaptcha v1.
loadFromSubmission(array $data)
Initialize form submitted form data.
getFieldInfo()
@inheritDoc @suppress SecurityCheck-DoubleEscaped T202112
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation use $formDescriptor instead default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "&lt;div ...>$1&lt;/div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))