Jump to content

Extension:UserManager

From mediawiki.org
MediaWiki extensions manual
UserManager
Release status: stable
Description Provides a visual interface to administrate users
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)
  • $wgUserManagerForceResetLink
  • usermanager-editpassword
Licence GNU General Public License 3.0 only
Download
Translate the UserManager extension if it is available at translatewiki.net
 Community Forum

UserManager provides a visual interface for user administration. It allows to create and edit user accounts and to assign users to groups.

Usage / features

[edit]

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

[edit]

See also

[edit]


Installation

[edit]

.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
wfLoadExtension( 'BlueSpiceUserManager' );
  • Yes Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
[edit]
Bluespice icon

This extension was originally made for BlueSpice . BlueSpice is a MediaWiki distribution for enterprises and organizations. It enhances MediaWiki, in particular in the areas of quality management, process support, administration, editing and security. This extension is bundled with BlueSpice free.

BlueSpice: