Skip to content

hexmode/mediawiki-ConfirmEdit-AreYouAHuman

 
 

Repository files navigation

AreYouAHuman ConfirmEdit extension

This is a Are You A Human ConfirmEdit extension for MediaWiki.

See the ConfirmEdit extension page for details on how to setup ConfirmEdit first.

Installation

  1. Install ConfirmEdit

  2. Copy AreYouAHumanCaptcha's files and directory (AreYouAHuman*.php and the AreYouAHuman/ directory) to the ConfirmEdit directory

  3. Add the following lines to the end of your LocalSettings.php:

require_once( "$IP/extensions/ConfirmEdit/AreYouAHumanCaptcha.php" );
$wgCaptchaClass = 'AreYouAHumanCaptcha';
  1. Edit the AreYouAHuman/ayah_config.php file and add your AYAH_PUBLISHER_KEY and AYAH_SCORING_KEY.

Version History

  • 2013-05-07: Version 1.0: Initial release
  • 2013-05-28: Version 1.1: Adds no JavaScript support, removed deprecated functions

Contributors

About

AreYouAHuman ConfirmEdit extension for MediaWiki

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%