Jump to content

Extension:UserInformation

From mediawiki.org
MediaWiki extensions manual
UserInformation
Release status: unknown
Author(s) Mark A. Hershberger
Latest version 1.0.0
MediaWiki
  • viewprivateinfo
Licence GNU General Public License 3.0 or later
Download

The UserInformation extension allows administrators to view private user information on a MediaWiki site.

Installation

[edit]
  • Download and place the file(s) in a directory called UserInformation in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'UserInformation' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.