Here are the settings I'm using.. as far as I can tell there is no way to assign different triggers to different types of users..it's either all or nothing.
$wgCaptchaTriggers['edit'] = false; $wgCaptchaTriggers['create'] = false; $wgCaptchaTriggers['addurl'] = true; $wgCaptchaTriggers['createaccount'] = true; $wgCaptchaTriggers['badlogin'] = true; $wgGroupPermissions['*' ]['skipcaptcha'] = false; $wgGroupPermissions['user' ]['skipcaptcha'] = false; $wgGroupPermissions['autoconfirmed']['skipcaptcha'] = false; $wgGroupPermissions['bot' ]['skipcaptcha'] = true; // registered bots $wgGroupPermissions['sysop' ]['skipcaptcha'] = true; --- On Wed, 2/2/11, Benjamin Lees <[email protected]> wrote: > From: Benjamin Lees <[email protected]> > Subject: Re: [Mediawiki-l] reCaptcha > To: [email protected], "MediaWiki announcements and site admin list" > <[email protected]> > Date: Wednesday, February 2, 2011, 11:42 PM > On Wed, Feb 2, 2011 at 10:33 PM, [email protected] > <[email protected]> > wrote: > > I want to configure reCaptcha so that anonymous user > trigger on any edit and Users trigger it when the add URLs > but right now it appears I can't configure those two > differently? > > Yes, I believe so. At some point someone should > probably rewrite the > permissions system for ConfirmEdit to be more granular (at > the very > least, the skipcaptcha right ought to work on a per-trigger > basis). > _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
