Extension:RemovePII

This page is a translated version of the page Extension:RemovePII and the translation is 43% complete.
MediaWiki 拡張機能マニュアル
RemovePII
リリースの状態: 安定
実装 データベース , 特別ページ
説明 Provides the special pages: Special:RemovePII and Special:GenerateRandomHash.
作者 Universal Omega
最新バージョン 3.0.0
MediaWiki 1.38.0+
PHP 7.2+
ライセンス GNU 一般公衆利用許諾書 3.0 以降
ダウンロード

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

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のRemovePIIという名前のディレクトリ内に配置します。
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'RemovePII' );
    
  •   完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。