From: Harry Wood Date: Thu, 15 Sep 2016 22:07:05 +0000 (+0100) Subject: Swap wiki sign up to use google ReCaptchaNoCaptcha X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8a268c153ea0f981280dcf8187b52b119a13e0eb Swap wiki sign up to use google ReCaptchaNoCaptcha Swap to the more modern google No CAPTCHA reCAPTCHA away from the older google reCAPTCHA which gathers address data for google maps. This simple config swap assumes that the recent ConfirmEdit version we have installed (1.4) comes with all the necessary bits to enable this captcha class and that Google's old ReCaptcha uses the same API keys as it's new one. In future we might figure out a solution which also doesn't request any javascript from google but really, not contributing to google maps with every OSM wiki sign up would be a step in the right direction Fixes: https://github.com/openstreetmap/operations/issues/19 --- diff --git a/cookbooks/mediawiki/templates/default/mw-ext-ConfirmEdit.inc.php.erb b/cookbooks/mediawiki/templates/default/mw-ext-ConfirmEdit.inc.php.erb index 56e0b640a..5b5ffffa6 100644 --- a/cookbooks/mediawiki/templates/default/mw-ext-ConfirmEdit.inc.php.erb +++ b/cookbooks/mediawiki/templates/default/mw-ext-ConfirmEdit.inc.php.erb @@ -1,7 +1,8 @@ '; $recaptcha_private_key = '<%= @private_key %>';