Extension:GroupManager
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Extension}} infobox. |
Release status: unmaintained |
|
|---|---|
| Description | Administration interface for adding, editing and deleting user groups. |
| Author(s) | Hallo Welt! GmbH |
| Maintainer(s) | Hallo Welt! GmbH |
| Latest version | - |
| Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
| MediaWiki | 1.43 (LTS) |
| Database changes | Yes |
|
|
| Licence | GNU General Public License 3.0 only |
| Download | |
| Translate the GroupManager extension if it is available at translatewiki.net | |
GroupManager allows to create new groups, and to edit and delete existing groups.
This functionality is now integrated in Extension:PermissionManager.
Usage / Features
[edit]Using the group concept, you can soften the wiki principle to work with a more granular permissions model. Using groups, administrators can assign different permissions to users. For example, a group can have read permissions, but no edit permissions. Use the group concept wisely, since otherwise the cooperative dynamic suffers.
With the page Special:GroupManager, you can:
- create groups
- edit groups
- delete groups (system groups cannot be deleted or edited)
Users are assigned to groups in the User manager. Permissions are assigned to groups in the PermissionManager.
See also
[edit]- Extension:PermissionManager
- Extension:BlueSpiceNamespaceManager
- Extension:UserManager
- Extension:Lockdown
Installation
[edit]- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-
.git) as a "vcs repository" and the package name (mediawiki/) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions- .git" } ], "require": { "mediawiki/": "" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( '' );
Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
[edit]- Unmaintained extensions
- Extensions with invalid or missing type
- LoadExtensionSchemaUpdates extensions
- MWStakeCommonUIRegisterSkinSlotComponents extensions
- MWStakeDynamicConfigRegisterConfigs extensions
- GPL licensed extensions
- Extensions in Wikimedia version control
- All extensions
- Extensions by HalloWelt
- Unmaintained BlueSpice extensions

