Skip to content

MWStake/CaptchaSettings-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaptchaSettings

Mediawiki extension.

Description

  • CaptchaSettings allows setting the Captcha behaviour.
  • Version 1.1

Installation

  • 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.

SpecialPage

Special:CaptchaSettings

Internationalization

This extension is available in English and Czech language. For other languages, just edit files in /i18n/ folder.

Release Notes

1.1

Caching issues fix. Using JS.

Authors and license

  • Josef Martiňák
  • MIT License, Copyright (c) 2023 First Faculty of Medicine, Charles University

About

Allow setting the CAPTCHA behavior.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors