Arghh.. it seems reCaptcha is worse than just having the math question --- On Fri, 2/4/11, [email protected] <[email protected]> wrote:
> From: [email protected] <[email protected]> > Subject: Re: [Mediawiki-l] reCaptcha > To: "MediaWiki announcements and site admin list" > <[email protected]>, "Benjamin Lees" <[email protected]> > Date: Friday, February 4, 2011, 11:25 AM > 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 > _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
