Extension:AccountInfo/de-formal

From mediawiki.org
This page is a translated version of the page Extension:AccountInfo and the translation is 25% complete.
MediaWiki extensions manual
AccountInfo
Release status: beta
Implementation Special page
Description Allows users to see private information stored about them
Author(s) Legoktm, Emufarmers
Latest version 0.1 (2014-02-18)
MediaWiki 1.22+
PHP 5.3+
Database changes No
License GNU General Public License 2.0 or later
Download
Quarterly downloads 21 (Ranked 129th)
Translate the AccountInfo extension if it is available at translatewiki.net
Vagrant role accountinfo
Issues Open tasks · Report a bug

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

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens AccountInfo im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AccountInfo
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'AccountInfo' );
    
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Siehe auch