From 8a268c153ea0f981280dcf8187b52b119a13e0eb Mon Sep 17 00:00:00 2001 From: Harry Wood Date: Thu, 15 Sep 2016 23:07:05 +0100 Subject: [PATCH] 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 --- .../templates/default/mw-ext-ConfirmEdit.inc.php.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 %>'; -- 2.43.2