-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
executable file
·20 lines (15 loc) · 840 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
Usage:
require_once("$IP/extensions/UserAdmin/UserAdmin.php"); in LocalSettings.php
Docs: http://www.mediawiki.org/wiki/Extension:UserAdmin
Author: Lance Gatlin <[email protected]>, Ap.Muthu <[email protected]>, Toni Hermoso <[email protected]>
License: http://opensource.org/licenses/gpl-3.0.html GNU Public License 3.0
Version: 0.9.2
# TODO
* Migrate to newer Messages API
* Ensure composer.json compatibility
* Check whether it works in newer MediaWiki versions