dev-master
9999999-dev https://www.mediawiki.org/wiki/Extension:reCaptchaAdds Google reCaptcha integration
GPL-2.0+
The Requires
- composer/installers >=1.0.1
- php >=5.3.0
by vedmaka
captcha spam recaptcha protection bots
Adds Google reCaptcha integration
reCaptcha extension that simply integrate google new reCaptcha into Mediawiki., (*1)
The recommended way to install the reCaptcha extension is with Composer using MediaWiki 1.22 built-in support for Composer. MediaWiki versions prior to 1.22 can use Composer via the Extension Installer extension., (*3)
If you have previously installed Composer skip to step 2., (*4)
To install Composer:, (*5)
wget http://getcomposer.org/composer.phar
Now using Composer, install reCaptcha., (*6)
If you do not have a composer.json file yet, copy the composer-example.json file to composer.json. If you are using the ExtensionInstaller, the file to copy will be named example.json, rather than composer-example.json. When this is done, run:, (*7)
php composer.phar require mediawiki/recaptcha "@dev"
Go to Special:Version and see if "reCaptcha" is listed there. If it is, you successfully installed it!, (*8)
If you do not have any reCaptcha keys, you should go to reCaptcha site and receive own keys for your domain name. After this step, you should open LocalSettings.php file in your Mediawiki installation directory and add few lines to bottom of file:, (*9)
$wgReCaptchaKey = 'your-recaptcha-key'; $wgReCaptchaSecret = 'your-recaptcha-secret';
Where your-recaptcha-key and your-recaptcha-secret should be replaced with your actual values., (*10)
Navigate to account creation page (you should be logged-out from your account), you should see reCaptcha there. Also, this extension will ask users to fill captcha on page edit, if user did not confirmed email address yet., (*11)
Adds Google reCaptcha integration
GPL-2.0+
captcha spam recaptcha protection bots