-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
executable file
·20 lines (15 loc) · 840 Bytes
/
README
File metadata and controls
executable file
·20 lines (15 loc) · 840 Bytes
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 <lance.gatlin@gmail.com>, Ap.Muthu <apmuthu@usa.net>, Toni Hermoso <toniher@cau.cat>
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