Extension:UserGroups/ru
![]() Статус релиза: стабильно |
|
---|---|
Реализация | Служебная страница , Права пользователя |
Описание | Provides finer control over user groups and user rights. |
Автор(ы) | Withoutaname |
Последняя версия | 1.0.0 |
MediaWiki | 1.24+ |
PHP | 5.3.10+ |
Изменения в БД | Нет |
Лицензия | GNU General Public License 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
- Скачайте и распакуйте файл(ы) в папку с названием
UserGroups
в вашей папкеextensions/
. - Добавьте следующие строки в конец файла $LocalSettings:
require_once "$IP/extensions/UserGroups/UserGroups.php";
Готово – Перейдите на страницу 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.