Extension:CaptchaSettings
Appearance
Please expand this page. |
CaptchaSettings Release status: unknown |
|
---|---|
Author(s) | Josef Martiňák |
Latest version | 1.1 |
MediaWiki | >= 1.29.0 |
License | MIT License |
Download | Bitbucket: Note: |
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 yourextensions/
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.