Add protectors group to allow people to manage protected pages on MediaWiki
This commit is contained in:
parent
5576a642f6
commit
ac159f984a
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ $wgGroupPermissions['pruners']['bigdelete'] = true;
|
|||
$wgGroupPermissions['pruners']['deletedhistory'] = true;
|
||||
$wgGroupPermissions['pruners']['undelete'] = true;
|
||||
|
||||
# Create a protectors group for people who need to protect/unprotect pages
|
||||
$wgGroupPermissions['protectors']['protect'] = true;
|
||||
|
||||
## The URL base path to the directory containing the wiki;
|
||||
## defaults for all runtime URL paths are based off of this.
|
||||
#$wgScriptPath = "/wiki";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue