<?php
# DO NOT EDIT - This file is being maintained by Chef
-require_once( $IP.'/extensions/ConfirmEdit/ReCaptcha.php' );
+wfLoadExtensions( array( 'ConfirmEdit', 'ConfirmEdit/ReCaptcha' ) );
$wgCaptchaClass = 'ReCaptcha';
$recaptcha_public_key = '<%= @public_key %>';
$recaptcha_private_key = '<%= @private_key %>';
+
$wgCaptchaTriggers['addurl'] = true;
+$wgCaptchaTriggers['create'] = true;
+
+$wgGroupPermissions['autoconfirmed']['skipcaptcha'] = true;