Arghh.. it seems reCaptcha is worse than just having the math question
--- On Fri, 2/4/11, 2007@gmaskfx.com 2007@gmaskfx.com wrote:
From: 2007@gmaskfx.com 2007@gmaskfx.com Subject: Re: [Mediawiki-l] reCaptcha To: "MediaWiki announcements and site admin list" mediawiki-l@lists.wikimedia.org, "Benjamin Lees" emufarmers@gmail.com 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 emufarmers@gmail.com wrote:
From: Benjamin Lees emufarmers@gmail.com Subject: Re: [Mediawiki-l] reCaptcha To: 2007@gmaskfx.com,
"MediaWiki announcements and site admin list" mediawiki-l@lists.wikimedia.org
Date: Wednesday, February 2, 2011, 11:42 PM On Wed, Feb 2, 2011 at 10:33 PM, 2007@gmaskfx.com 2007@gmaskfx.com 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 MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l