Extension:Resign
From MediaWiki.org
This extension is obsolete!
It has been replaced by core functionality in the MediaWiki software (which was added in version 1.12.0).
|
Resign Release status: stable |
|||
|---|---|---|---|
| Implementation | User rights, Special page | ||
| Description | This extension gives users the ability to remove their permissions. | ||
| Author(s) | Rotem Liss | ||
| License | No license specified | ||
| Download | SVN (browse) | ||
|
|||
Resign is an extension that gives users the ability to remove their permissions. It was written by Rotem Liss.
Contents |
[edit] Use
The extension allows users to remove certain flags from themselves. The user can choose to remove all flags, or just some flags through the special page Special:Resign.
[edit] Logs
A log of all user rights changes is maintained at Special:Log/rights.
[edit] Changes to LocalSettings.php
Add the following to your LocalSettings.php:
require_once( "$IP/extensions/Resign/SpecialResign.php" );
[edit] Downloads
The extension can be downloaded from Subversion, or accessed via the web-based viewer.
The software is provided as-is. Updates will be made according to the needs of Wikimedia wikis; or where critical vulnerabilities are discovered.

