Page MenuHomePhabricator

Add admin interface for managing captcha triggers
Closed, ResolvedPublic

Description

Tossing in a captcha trigger for a certain string can be a help with managing
vandalbots.
An interface for admins to be able to enable/disable certain triggers would be
very useful.


Version: unspecified
Severity: enhancement

Details

Reference
bz9285

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 9:38 PM
bzimport set Reference to bz9285.
bzimport added a subscriber: Unknown Object (MLST).

https://www.mediawiki.org/wiki/Extension:ConfirmEdit#Regular_expressions says

"The global variable wgCaptchaRegexes accepts an array of regexes to be tested against the page text and will trigger the CAPTCHA in case of a match."

Therefore this was FIXED at some point.