Manual:$wgRevokePermissions/fi

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<translate> User rights, access control and monitoring</translate>: $wgRevokePermissions
Jokaisen ryhmän käyttäjiltä on poistettu käyttöoikeus.
<translate> Introduced in version:</translate>1.16.0 (r52083)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(Boolen arvojen monimutkainen taulukko.)
<translate> Default value:</translate>[]

Tiedot

$wgGroupPermissions sallii käyttöoikeuksien asettamisen käyttäjäryhmään. $wgRevokePermissions sallii minkä tahansa näiden oikeuksien kumoamisen. Revoking a right with $wgRevokePermissions takes precedence over granting it with $wgGroupPermissions. If the right is revoked for even one of the user's groups, they will not have it, regardless of whether it's explicitly permitted by other groups.

Esimerkki
$wgRevokePermissions['sysop']['editinterface'] = true;
Tulos (kun katsotaan toimintosivua Special:ListGroupRights)
  • Edit the user interface (editinterface)

Tämä toimii samalla tavalla kuin $wgGroupPermissions , paitsi että jos käyttäjä on tässä ryhmässä, käyttöoikeus pikemmin poistetaan kuin lisätään. A good use-case for this setting is in conjunction with $wgAutopromote and APCOND_BLOCKED to further restrict the rights of blocked users. Another use-case could be the creation of other "blocked groups" where a sysop can (via $wgAddGroups ) add a user to a group to allow them to edit pages normally, but prevent them from being able to move pages.

File:OOjs UI icon notice-destructive.svg <translate> Warning:</translate> Improperly setting this could mean that your users will be unable to perform certain essential tasks, so use at your own risk!