Extension:UserManager
Appearance
| この拡張機能は主に外部でサポートされています: BlueSpice Community Forum。 支援が必要な場合は、トークページではなくそちらに投稿してください。 |
リリースの状態: 安定 |
|
|---|---|
| 説明 | Provides a visual interface to administrate users |
| 作者 | Hallo Welt! GmbH |
| メンテナー | Hallo Welt! GmbH |
| 最新バージョン | - |
| 互換性の方針 | 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。 |
| MediaWiki | 1.43 (LTS) |
|
|
|
|
| ライセンス | GNU 一般公衆利用許諾書 3.0 のみ |
| ダウンロード | |
| translatewiki.net で翻訳を利用できる場合は、UserManager 拡張機能の翻訳にご協力ください | |
UserManager provides a visual interface for user administration. It allows to create and edit user accounts and to assign users to groups.
使用法 / 機能
The extension enables the following actions:
- create a new user
- assign a user to a group
- change user data
- change the password
- delete users (multiple selections possible)
- sort, filter, and export the user list
Requirements
関連項目
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceUserManager
.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceUserManager) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceUserManager .git" } ], "require": { "mediawiki/BlueSpiceUserManager": "BlueSpiceUserManager" } }
- 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( 'BlueSpiceUserManager' );
完了 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
Categories:
- Stable extensions/ja
- Extensions with invalid or missing type/ja
- BeforePageDisplay extensions/ja
- MWStakeCommonUIRegisterSkinSlotComponents extensions/ja
- MWStakeDynamicConfigRegisterConfigs extensions/ja
- GPL licensed extensions/ja
- Extensions in Wikimedia version control/ja
- All extensions/ja
- Extensions by HalloWelt/ja
- BlueSpice/ja

