Jump to content

Extension:UserInformation

From mediawiki.org
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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

  • 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.