Steps to reproduce
- To enable ReCaptcha
Add this to your localsettings.php Doint forget to create your own key.
wfLoadExtensions( array( 'ConfirmEdit', 'ConfirmEdit/ReCaptcha' ) );
$wgCaptchaClass = 'ReCaptcha';
$wgReCaptchaPublicKey = 'Your key';
$wgReCaptchaPrivateKey = 'Your key'
$wgCaptchaTriggers['edit'] = true;
$wgCaptchaTriggers['create'] = true;
$wgCaptchaTriggers['createtalk'] = true;
$wgCaptchaTriggers['addurl'] = true;
To get your key go to http://www.google.com/recaptcha/intro/index.html click get ReCaptcha follow instructions.
Then once all done go to edit in your wiki.
It shows the old version it should be updated to show the new version.
Actual results
- Currently ReCaptcha in confirmedit is using the old version of ReCaptcha
Expected results
- We should update ReCaptcha to the new ReCaptcha look from https://www.google.com/recaptcha/intro/index.html