MediaWiki REL1_33
|
Public Member Functions | |
apiGetAllowedParams (&$module, &$params, $flags) | |
createAuthenticationRequest () | |
describeCaptchaType () | |
getCaptcha () | |
Returns an array with 'question' and 'answer' keys. | |
getCaptchaInfo ( $captchaData, $id) | |
getError () | |
getFormInformation ( $tabIndex=1) | |
Displays the reCAPTCHA widget. | |
onAuthChangeFormFields (array $requests, array $fieldInfo, array &$formDescriptor, $action) | |
retrieveCaptcha ( $index) | |
Fetch this session's captcha info. | |
storeCaptcha ( $info) | |
Generate a captcha session ID and save the info in PHP's session storage. | |
Public Member Functions inherited from SimpleCaptcha | |
addFormInformationToOutput (OutputPage $out, array $formInformation) | |
Processes the given $formInformation array and adds the options (see getFormInformation()) to the given OutputPage object. | |
addFormToOutput (OutputPage $out, $tabIndex=1) | |
Uses getFormInformation() to get the CAPTCHA form and adds it to the given OutputPage object. | |
canSkipCaptcha ( $user, Config $config) | |
Check whether the user provided / IP making the request is allowed to skip captchas. | |
captchaTriggers ( $title, $action) | |
clearCaptcha ( $index) | |
Clear out existing captcha info from the session, to ensure it can't be reused. | |
confirmEditMerged ( $context, $content, $status, $summary, $user, $minorEdit) | |
An efficient edit filter callback based on the text after section merging. | |
confirmEmailUser ( $from, $to, $subject, $text, &$error) | |
Check the captcha on Special:EmailUser. | |
editShowCaptcha ( $editPage) | |
Insert the captcha prompt into an edit form. | |
getMessage ( $action) | |
Show a message asking the user to enter a captcha on edit The result will be treated as wiki text. | |
increaseBadLoginCounter ( $username) | |
Increase bad login counter after a failed login. | |
injectEmailUser (&$form) | |
Inject whazawhoo @fixme if multiple thingies insert a header, could break. | |
isBadLoginPerUserTriggered ( $u) | |
Is the per-user captcha triggered? | |
isBadLoginTriggered () | |
Check if a bad login has already been registered for this IP address. | |
needCreateAccountCaptcha (User $creatingUser=null) | |
Logic to check if we need to pass a captcha for the current user to create a new account, or not. | |
passCaptchaFromRequest (WebRequest $request, User $user) | |
Given a required captcha run, test form input for correct input on the open session. | |
passCaptchaLimited ( $index, $word, User $user) | |
Checks, if the user reached the amount of false CAPTCHAs and give him some vacation or run self::passCaptcha() and clear counter if correct. | |
passCaptchaLimitedFromRequest (WebRequest $request, User $user) | |
Checks, if the user reached the amount of false CAPTCHAs and give him some vacation or run self::passCaptcha() and clear counter if correct. | |
resetBadLoginCounter ( $username) | |
Reset bad login counter after a successful login. | |
setAction ( $action) | |
setTrigger ( $trigger) | |
shouldCheck (WikiPage $page, $content, $section, $context, $oldtext=null) | |
showEditFormFields (&$editPage, &$out) | |
Show error message for missing or incorrect captcha on EditPage. | |
showHelp () | |
Show a page explaining what this wacky thing is. | |
triggersCaptcha ( $action, $title=null) | |
Checks, whether the passed action should trigger a CAPTCHA. | |
Protected Member Functions | |
addCaptchaAPI (&$resultArr) | |
getCaptchaParamsFromRequest (WebRequest $request) | |
passCaptcha ( $challenge, $response) | |
Calls the library function recaptcha_check_answer to verify the users input. | |
Protected Member Functions inherited from SimpleCaptcha | |
isAPICaptchaModule ( $module) | |
keyMatch ( $answer, $info) | |
Check if the submitted form matches the captcha session data provided by the plugin when the form was generated. | |
log ( $message) | |
Log the status and any triggering info for debugging or statistics. | |
Static Protected Attributes | |
static | $messagePrefix = 'recaptcha-' |
Static Protected Attributes inherited from SimpleCaptcha | |
static | $messagePrefix = 'captcha-' |
Private Attributes | |
$recaptcha_error = null | |
Additional Inherited Members | |
Protected Attributes inherited from SimpleCaptcha | |
string | $action |
Used to select the right message. | |
string | $trigger |
Used in log messages. | |
Definition at line 5 of file ReCaptcha.php.
|
protected |
array | &$resultArr |
Reimplemented from SimpleCaptcha.
Definition at line 79 of file ReCaptcha.php.
References $recaptcha_error, and describeCaptchaType().
ReCaptcha::apiGetAllowedParams | ( | & | $module, |
& | $params, | ||
$flags ) |
ApiBase | &$module | |
array | &$params | |
int | $flags |
Reimplemented from SimpleCaptcha.
Definition at line 102 of file ReCaptcha.php.
References $params, SimpleCaptcha\isAPICaptchaModule(), and ApiBase\PARAM_HELP_MSG.
ReCaptcha::createAuthenticationRequest | ( | ) |
Reimplemented from SimpleCaptcha.
Definition at line 157 of file ReCaptcha.php.
ReCaptcha::describeCaptchaType | ( | ) |
Reimplemented from SimpleCaptcha.
Definition at line 87 of file ReCaptcha.php.
References and().
Referenced by addCaptchaAPI().
ReCaptcha::getCaptcha | ( | ) |
Returns an array with 'question' and 'answer' keys.
Subclasses might use different structure. Since MW 1.27 all subclasses must implement this method.
Reimplemented from SimpleCaptcha.
Definition at line 140 of file ReCaptcha.php.
ReCaptcha::getCaptchaInfo | ( | $captchaData, | |
$id ) |
array | $captchaData | |
string | $id |
Reimplemented from SimpleCaptcha.
Definition at line 150 of file ReCaptcha.php.
References wfMessage().
|
protected |
WebRequest | $request |
Reimplemented from SimpleCaptcha.
Definition at line 38 of file ReCaptcha.php.
ReCaptcha::getError | ( | ) |
Reimplemented from SimpleCaptcha.
Definition at line 118 of file ReCaptcha.php.
References $recaptcha_error, and and().
ReCaptcha::getFormInformation | ( | $tabIndex = 1 | ) |
Displays the reCAPTCHA widget.
If $this->recaptcha_error is set, it will display an error in the widget.
int | $tabIndex |
Reimplemented from SimpleCaptcha.
Definition at line 19 of file ReCaptcha.php.
References and(), recaptcha_get_html(), and wfDeprecated().
ReCaptcha::onAuthChangeFormFields | ( | array | $requests, |
array | $fieldInfo, | ||
array & | $formDescriptor, | ||
$action ) |
array | $requests | |
array | $fieldInfo | |
array | &$formDescriptor | |
string | $action |
Reimplemented from SimpleCaptcha.
Definition at line 167 of file ReCaptcha.php.
References $formDescriptor, $req, $requests, and(), and ConfirmEditHooks\getInstance().
|
protected |
Calls the library function recaptcha_check_answer to verify the users input.
Sets $this->recaptcha_error if the user is incorrect.
string | $challenge | Challenge value |
string | $response | Response value |
Reimplemented from SimpleCaptcha.
Definition at line 53 of file ReCaptcha.php.
References $recaptcha_error, $response, $wgRequest, and(), and recaptcha_check_answer().
ReCaptcha::retrieveCaptcha | ( | $index | ) |
Fetch this session's captcha info.
string | $index |
Reimplemented from SimpleCaptcha.
Definition at line 135 of file ReCaptcha.php.
ReCaptcha::storeCaptcha | ( | $info | ) |
Generate a captcha session ID and save the info in PHP's session storage.
(Requires the user to have cookies enabled to get through the captcha.)
A random ID is used so legit users can make edits in multiple tabs or windows without being unnecessarily hobbled by a serial order requirement. Pass the returned id value into the edit form as wpCaptchaId.
array | $info | data to store |
Reimplemented from SimpleCaptcha.
Definition at line 129 of file ReCaptcha.php.
|
staticprotected |
Definition at line 8 of file ReCaptcha.php.
|
private |
Definition at line 11 of file ReCaptcha.php.
Referenced by addCaptchaAPI(), getError(), and passCaptcha().