Merge "Add 'autopatrol' group"

This commit is contained in:
Jenkins 2016-08-19 02:00:12 +00:00 committed by Gerrit Code Review
commit 53885449ef
1 changed files with 4 additions and 0 deletions

View File

@ -155,6 +155,10 @@ $wgGroupPermissions['suppress']['suppressrevision'] = true;
# Allow members of the suppress group to see the supression log
$wgGroupPermissions['suppress']['suppressionlog'] = true;
# Allow known-good users to be listed in an 'autopatrol' group so their
# edits are automatically marked as 'patrolled'
$wgGroupPermissions['autopatrol']['autopatrol'] = true;
# Useful for debugging purposes, and doesn't expose very sensitive info
$wgShowExceptionDetails = true;