Manual:$wgRevokePermissions
From MediaWiki.org
| User Access: $wgRevokePermissions | |
|---|---|
| Permission keys revoked from users in each group. |
|
| Introduced in version: | 1.16.0 (r52083) |
| Removed in version: | still in use |
| Allowed values: | Array |
| Default value: | array() |
Other settings: Alphabetical | By Function
[edit] Details
Permission keys revoked from users in each group.
- Example
$wgRevokePermissions['sysop']['editinterface'] = true;
- Result is (when viewing Special:ListGroupRights)
- Edit the user interface (editinterface)
This acts the same way as $wgGroupPermissions, except that if the user is in a group here, the permission will be removed from them.
Warning: Improperly setting this could mean that your users will be unable to perform certain essential tasks, so use at your own risk!
| Language: | English • Deutsch |
|---|