Extension:CaptchaSettings

From mediawiki.org
MediaWiki extensions manual
CaptchaSettings
Release status: unknown
Author(s) Josef Martiňåk
Latest version 1.1
MediaWiki >= 1.29.0
License MIT License
Download

The CaptchaSettings extension provides a special page to customize CAPTCHA settings, implemented by writing code to a PHP file.

Installation[edit]

  • Download and place the file(s) in a directory called CaptchaSettings in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'CaptchaSettings' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.