Manual:$wgGroupPermissions
From MediaWiki.org
User Access: $wgGroupPermissions | |
---|---|
Use this to set access rights for groups and users. |
|
Introduced in version: | 1.5.0 (r9367) |
Removed in version: | still in use |
Allowed values: | Complex array of boolean values. |
Default value: | See below. |
Other settings: Alphabetical | By Function
Contents |
[edit] Details
$wgGroupPermissions is a two-dimensional array indexed by user group and available permissions; for example, "$wgGroupPermissions['user']['edit'] = true;
" allows registered users to edit. These groups can be assigned to users through the wiki Special:Userrights interface. User group names can be no longer than 16 characters.
For in-depth documentation, see Manual:User rights.
![]() |
Functionality to make pages inaccessible has not been extensively tested for security. Use at your own risk! |
[edit] Default values
Default values vary from version to version. You may find the one which apply to your mediawiki setup in DefaultSettings.php. For more info visit Manual:User rights#Default rights.
[edit] Use by extensions
Some extensions, such as RenameUser or MakeBot, add new rights which can be configured and assigned in the same manner.
[edit] See also
Language: | English • français • 日本語 • polski • русский |
---|