Extension:UserAdmin
![]() |
This extension is currently not actively maintained! Meaning any reports for additional features and/or bugfixes will more than likely be ignored. Volunteers are encouraged to take on the task of developing and maintaining it. 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. |
UserAdmin Release status: unmaintained |
|||
---|---|---|---|
![]() |
|||
Implementation | Special page, MyWiki | ||
Description | User administration: add users, permanently remove users, change passwords, change user name/email, email reset password/welcome message, etc | ||
Author(s) | Lance Gatlin (LanceGatlintalk) | ||
Latest version | 0.9.1 (2014-08-18) | ||
MediaWiki | 1.16.x - 1.19.x | ||
Database changes | No | ||
License | GPLv3 | ||
Download |
GitHub: Note: README |
||
|
|||
Translate the UserAdmin extension if it is available at translatewiki.net |
|||
Check usage and version matrix; code metrics |
The UserAdmin extension 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.
Installation[edit | edit source]
- Download and extract the tarball in your
extensions/
folder. It should generate a new folder calledUserAdmin
directly inside yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/UserAdmin/UserAdmin.php";
- Done! Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.
Usage[edit | edit source]
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.
Uppercase first character of Username check when editing an existing user has been fixed.
Todo[edit | edit source]
- Implement mass block