Extension:DisableAccount
From MediaWiki.org
|
DisableAccount Release status: unknown |
|
|---|---|
| Description | Allows administrators to disable individual accounts. |
| Author(s) | Andrew Garrett (WerdnaTalk) |
| License | No license specified |
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
|
Check usage (experimental) |
|
Stub extension page for rev:86151.
Contents |
[edit] What can this extension do?
Allows administrators to disable individual accounts.
[edit] Usage
[edit] Installation
Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php. To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/DisableAccount/DisableAccount.php"); #add configuration parameters here #setup user rights here