You are not logged in.
Pages: 1
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?
OSM in 3D: OSM2World ● OSM2World Slippy Map
Online
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; // defaultI 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
Last edited by saerdnaer (2012-06-21 09:01:15)
Offline
+1
Offline
Is there any recommended way to contact the wiki system administrator?
Offline
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 … r_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.
OSM in 3D: OSM2World ● OSM2World Slippy Map
Online
There is also an open trac ticket: https://trac.openstreetmap.org/ticket/3898
Offline
Firefishy says in http://wiki.openstreetmap.org/w/index.p … did=796938
$wgCaptchaTriggers['addurl'] = false;is now set. Hopefully spam does not become a problem.
Offline
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.
Offline
Pages: 1