Extension:UserAdmin
|
UserAdmin Release status: experimental |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | User administration: add users, permanently remove users, change passwords, change user name/email, email reset password/welcome message, etc | ||
| Last version | 0.9.0 (2011-07-20) | ||
| MediaWiki | 1.16.x | ||
| Database changes | no | ||
| License | GPLv3 | ||
| Download | Project page Download snapshot Git [Help] |
||
|
|||
| Check usage and version matrix | |||
UserAdmin is a MediaWiki extension which allows administrators to add users, permanently remove spam or unused accounts, change user passwords, edit user details, send reset password or welcome emails and list users with pagination and filter controls. This extension is primarily for administrators of private wikis that require tighter control of user accounts.
Contents |
Installation [edit]
- Download the files from GitHub
- Create a directory
UserAdminin your$IP/extensionsdirectory. - Extract the files to this
$IP/extensions/UserAdmindirectory. - Add
to the bottom of LocalSettings.php.require_once( "$IP/extensions/UserAdmin/UserAdmin.php" );
- Installation can now be verified through Special:Version of your wiki.
Usage [edit]
UserAdmin adds four special pages: "Add User", "Purge User", "Edit User" and "User Administration". Each special page provides the functionality named; the "User Administration" special page provides a list of users with pagination, filter controls and the ability to mass purge or mass block users.
Version history [edit]
- 0.5.0: User admin panel, edit user and add user good to go.
- 0.9.0: Purge user completed.
Todo [edit]
- Implement mass block