X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8a268c153ea0f981280dcf8187b52b119a13e0eb..f7546eabebf1b335815bf9c5de2dd7689ac143e1:/cookbooks/mediawiki/templates/default/mw-ext-ConfirmEdit.inc.php.erb?ds=sidebyside 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 5b5ffffa6..50e1d4801 100644 --- a/cookbooks/mediawiki/templates/default/mw-ext-ConfirmEdit.inc.php.erb +++ b/cookbooks/mediawiki/templates/default/mw-ext-ConfirmEdit.inc.php.erb @@ -3,8 +3,8 @@ wfLoadExtensions( array( 'ConfirmEdit', 'ConfirmEdit/ReCaptchaNoCaptcha' ) ); $wgCaptchaClass = 'ReCaptchaNoCaptcha'; $wgReCaptchaSendRemoteIP = true; -$recaptcha_public_key = '<%= @public_key %>'; -$recaptcha_private_key = '<%= @private_key %>'; +$wgReCaptchaSiteKey = '<%= @public_key %>'; +$wgReCaptchaSecretKey = '<%= @private_key %>'; $wgCaptchaTriggers['addurl'] = true; $wgCaptchaTriggers['create'] = true;