/mediawiki-ConfirmEdit-AreYouAHuman

AreYouAHuman ConfirmEdit extension for MediaWiki

Primary LanguagePHP

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