The skipcaptcha right is assigned to autoconfirmed users who may have 0 edits. We want to impose a minimum edit requirement to be able to skip captcha regardless of group restrictions (or lack thereof).
Acceptance criteria:
- Users who have the skipcaptcha right who have fewer than the configured number of edits (10 to start) will not have their right acknowledged and will still see a captcha
Technical notes:
- skipcaptcha is used as a simple rights existence check via $user->isAllowed( 'skipcaptcha' ) (codesearch)
- Therefore should be modifiable with UserGetRightsHook, may need to check usages of UserGetAllRightsHook