Skip to content
Snippets Groups Projects
Commit 120d4d5a authored by nl6720's avatar nl6720 Committed by Jelle van der Waa
Browse files

archwiki: Update access levels: add a new access level called "privileged"

The "privileged" group is intended for highly trusted members of the community who, for various reasons, require more rights than a regular user.
The group is granted rights appropriate for a trusted person (i.e. editing pages protected with "editprotected2"), but not the rights reserved for wiki maintenance.
parent 2154c1dc
No related branches found
No related tags found
1 merge request!516archwiki: merge LocalSettings.archlinux.org.php from the archwiki git repo into LocalSettings.php.j2
......@@ -252,10 +252,16 @@ $wgGroupPermissions['cosysop']['unwatchedpages'] = true;
$wgGroupPermissions['cosysop']['deletedhistory'] = true;
$wgGroupPermissions['cosysop']['deletedtext'] = true;
# privileged's rights
$wgGroupPermissions['privileged']['patrolmarks'] = true;
$wgGroupPermissions['privileged']['noratelimit'] = true;
$wgGroupPermissions['privileged']['suppressredirect'] = true;
# additional page-protection levels
$wgRestrictionLevels[] = 'editprotected2';
$wgGroupPermissions['sysop']['editprotected2'] = true;
$wgGroupPermissions['cosysop']['editprotected2'] = true;
$wgGroupPermissions['privileged']['editprotected2'] = true;
$wgEnableWriteAPI = true;
# disable user account creation via API
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment