allow hiding revisions for admins
This commit is contained in:
parent
8a2ad45dca
commit
9356c8d6ec
1 changed files with 4 additions and 0 deletions
|
|
@ -191,6 +191,10 @@ $wgGroupPermissions['user']['upload_by_url'] = true;
|
|||
$wgGroupPermissions['*']['editwidgets'] = false;
|
||||
$wgGroupPermissions['sysop']['editwidgets'] = true;
|
||||
|
||||
# allow admins and mods to delete revisions
|
||||
$wgGroupPermissions['sysop']['deleterevision'] = true;
|
||||
$wgGroupPermissions['sysop']['deletelogentry'] = true;
|
||||
|
||||
# SSO config
|
||||
# necessary to allow admin user(s) to login
|
||||
$wgPluggableAuth_EnableLocalLogin = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue