Extension:AccountInfo

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
AccountInfo
Release status: betaCategory:Beta status extensions
Implementation Special page Category:Special page extensions
Description Allows users to see private information stored about them
Author(s) Legoktm, Emufarmers
Latest version 0.1 (2014-02-18)
MediaWiki 1.22+Category:Extensions with manual MediaWiki version
PHP 5.3+
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
Quarterly downloads 16 (Ranked 76th)
Translate the AccountInfo extension if it is available at translatewiki.net
Vagrant role accountinfo
Issues Open tasks · Report a bug
Category:All extensions

The AccountInfo extension allows users to see private information stored about themselves via "Special:AccountInfo".

Information shown

  • $wgPutIPinRC - shows all unique IPs for actions made by the logged-in user that are currently stored in the table.
  • CheckUser - shows all unique groups of IP address, User-Agent, and XFF header that are currently stored in the table.

Installation

  • Download and move the extracted AccountInfo folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AccountInfo
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'AccountInfo' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

Category:All extensions Category:Beta status extensions Category:Extensions in Wikimedia version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Special page extensions