Extension:UserGroups/zh
![]() 發布狀態: 穩定版本 |
|
---|---|
实现 | 特殊页面 , 用户权限 |
描述 | Provides finer control over user groups and user rights. |
作者 | Withoutaname |
最新版本 | 1.0.0 |
MediaWiki | 1.24+ |
PHP | 5.3.10+ |
数据庫更改 | 否 |
许可协议 | GNU通用公眾授權條款2.0或更新版本 |
下載 | |
modifygroups |
|
翻譯UserGroups扩展,若在translatewiki.net可用 | |
The UserGroups extension adds a special page called Special:UserGroups that allows the user accessing it the ability to create, delete, modify and configure user groups in terms of the user rights registrations or associations with it. It could be thought of as a revival of the now defunct Extension:GroupPermissionsManager . This is different from Special:UserRights, which only determines how to allocate user rights to certain users based upon membership of certain user groups.
It is not possible to configure $wgAddGroups or $wgRemoveGroups that way; such must be done in LocalSettings.php. Also, be careful when removing groups - doing so incorrectly can lock you out of your wiki! It is not possible to remove some system-created rights (such as CheckUser) completely through this extension; see 手册:用户权限 instead on how to do this manually.
Installation
- 下载文件,并将其放置在您
extensions/
文件夹中的UserGroups
目录内。 - 将下列代码放置在您的
LocalSettings.php
的底部:require_once "$IP/extensions/UserGroups/UserGroups.php";
完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。
User rights
- modifygroups - Determines control of access to the Special:UserGroups special page interface, or in essence who is allowed to modify and configure user groups and their associated permissions. By default, this access is restricted to bureaucrats.