2 # DO NOT EDIT - This file is being maintained by Chef
3 require_once( $IP.'/extensions/ConfirmEdit/ReCaptcha.php' );
4 $wgCaptchaClass = 'ReCaptcha';
5 $recaptcha_public_key = '<%= @public_key %>';
6 $recaptcha_private_key = '<%= @private_key %>';
8 $wgCaptchaTriggers['addurl'] = true;
9 $wgCaptchaTriggers['create'] = true;
11 $wgGroupPermissions['autoconfirmed']['skipcaptcha'] = true;