Mediawiki extension.
- CaptchaSettings allows setting the Captcha behaviour.
- Version 1.1
- Make sure you have MediaWiki 1.29+ installed.
- Download and place the extension to your /extensions/ folder.
- Add the following code to your LocalSettings.php:
wfLoadExtension( 'CaptchaSettings' ); - Add file with name $wgSitename.php (see LocalSettings.php) to the extension's folder.
- In case of wikifarm more files like this may be added.
- Include this to your LocalSettings.php:
require_once("$IP/extensions/CaptchaSettings/config/$wgSitename.php"); - Set access in LocalSettings.php:
$wgGroupPermissions['*']['captchasettings'] = false;
$wgGroupPermissions['user']['captchasettings'] = false;
$wgGroupPermissions['sysop']['captchasettings'] = false;
$wgGroupPermissions['bureaucrat']['captchasettings'] = true;- Allow write access to config/$wgSitename.php files.
Special:CaptchaSettings
This extension is available in English and Czech language. For other languages, just edit files in /i18n/ folder.
Caching issues fix. Using JS.
- Josef Martiňák
- MIT License, Copyright (c) 2023 First Faculty of Medicine, Charles University