Extension:Newuserlog

From MediaWiki.org

Jump to: navigation, search
Crystal Clear app error.png

This extension is obsolete!
It has been replaced by core functionality in the MediaWiki software (which was added in version 1.14.0).

           

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
Newuserlog

Release status: stable

Implementation  Hook, User activity
Description Displays account creations in Special:Log in reverse chronological order
Author(s)  Ævar Arnfjörð BjarmasonTalk
MediaWiki  1.5, tested on MediaWiki 1.8-1.13
License GPL 2.0
Download svn
Example  Wikimedia wikis (e.g. MediaWiki.org)

check usage (experimental)

Newuserlog creates a log of new user accounts in reverse chronological order. If an account is created by a logged-in user, then this extension records the creation of the account and who created it.

[edit] Installation

  1. Download the extension files to your extensions/Newuserlog directory.
  2. Add the following line to your LocalSettings.php file:
     require_once("$IP/extensions/Newuserlog/Newuserlog.php");
    
  3. Account creations are now recorded in Special:Log/newusers

[edit] Usage

The new user log is located at Special:Log/newusers. Be sure to customize/internationalize the messages it uses if necessary:

[edit] See also