Extension:UserAdmin
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() 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 | GNU General Public License 3.0 or later |
Download | GitHub: Note: README |
|
|
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.
InstallationEdit
- Download and place the file(s) in a directory called
UserAdmin
in 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.
UsageEdit
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.
TodoEdit
- Implement mass block