2 # DO NOT EDIT - This file is being maintained by Chef
3 wfLoadExtensions( array( 'ConfirmEdit', 'ConfirmEdit/ReCaptchaNoCaptcha' ) );
4 $wgCaptchaClass = 'ReCaptchaNoCaptcha';
5 $wgReCaptchaSendRemoteIP = true;
6 $wgReCaptchaSiteKey = '<%= @public_key %>';
7 $wgReCaptchaSecretKey = '<%= @private_key %>';
9 $wgCaptchaTriggers['addurl'] = true;
10 $wgCaptchaTriggers['create'] = true;
12 $wgGroupPermissions['autoconfirmed']['skipcaptcha'] = true;