Last modified: 2013-09-13 07:35:56 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T45083, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 43083 - Add ability for more customization/tiers based on action and user rights
Add ability for more customization/tiers based on action and user rights
Status: UNCONFIRMED
Product: MediaWiki extensions
Classification: Unclassified
ConfirmEdit (CAPTCHA extension) (Other open bugs)
master
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-13 18:26 UTC by Steve
Modified: 2013-09-13 07:35 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Steve 2012-12-13 18:26:12 UTC
I'd like this scenario: All unregistered users get the CAPTCHA on edit, registered users only get it if they add a URL, and autoconfirmed users never get it.

This could be a popular setup if it were possible with the current customization options.
Comment 1 Steve 2012-12-13 18:36:29 UTC
Recommendation:

Forget the binary skip or no-skip approach and have it work just like user rights:

$wgCaptchaTriggers['*']['edit'] = true;
$wgCaptchaTriggers['user']['edit'] = false;
$wgCaptchaTriggers['user']['addurl'] = true;
$wgCaptchaTriggers['autoconfirmed']['addurl'] = false;

This would allow people to customize it however they want.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links