Extension:CaptchaSettings

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' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.