Captcha when saving wiki edits

Currently users need to solve a captcha every time they insert or edit a weblink in the wiki, unless the website has been added to a small white list of “good” sites by an administrator before.

I’ve easily solved several hundreds of them already and imo they are very annoying when doing small improvements to wiki pages. I don’t see the point to require this for users who have already made more than, say, 10 edits in the wiki. Spammers tend to get kicked out before they manage to reach that number of edits anyway.
And while I don’t know whether oour “bueraucrats” would be willing to do so, MediaWiki itself would afaik make it possible to enable such a policy.

What’s your opinion?

It’s the default configuration of the mediawiki captcha extension. In my mediawiki instances I use following block in my LocalSettings.php

// Doku: http://www.mediawiki.org/wiki/Extension:ConfirmEdit#Configuration
$wgCaptchaTriggers['edit']          = false; // default 
$wgCaptchaTriggers['create']        = false; // default
$wgCaptchaTriggers['addurl']        = false; // custom
$wgCaptchaTriggers['createaccount'] = true;  // default
$wgCaptchaTriggers['badlogin']      = true;  // default

I would recommend to transfer this block into the osm wiki. This would mean that captchas would only be shown for account registration and bad logins which should be enough to fight spam.

  • Andi

+1

Is there any recommended way to contact the wiki system administrator?

I don’t know which way is recommended, but one option is the Talk:Wiki page. Suggestions posted there are sometimes implemented (though not as often as I’d like).

Anyway, I’ve now commented on this topic there:

http://wiki.openstreetmap.org/wiki/Talk:Wiki#Add_user_group_that_does_not_need_to_enter_captchas

The suggestion had been discussed previously, but the discussion was sidetracked in favour of the whitelist mechanism for urls. Feel free to express your support or add new ideas or suggestions to the discussion.

There is also an open trac ticket: https://trac.openstreetmap.org/ticket/3898

Firefishy says in http://wiki.openstreetmap.org/w/index.php?title=Talk:Wiki&diff=0&oldid=796938

Curious about whether the Captcha is invoked when adding wikipedia links? I do think that retaining the Captcha for most website additions is OK; should enable the wikimedia shortcut set here.