mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Add protectors group to allow people to manage protected pages on MediaWiki
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user