Extension:RemovePII

From mediawiki.org
MediaWiki extensions manual
RemovePII
Release status: stable
Implementation Database , Special page
Description Provides the special pages: Special:RemovePII and Special:GenerateRandomHash.
Author(s) Universal Omega
Latest version 3.0.0
MediaWiki 1.38.0+
PHP 7.2+
License GNU General Public License 3.0 or later
Download

  • generate-random-hash
  • handle-pii

The RemovePII extension provides a special page allowing users with the handle-pii right to remove personal identifiable information from a given user.

For reporting an issue or a bug, please use Miraheze Phabricator. See here for the workboard.

Installation[edit]

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