Jump to content

Extension:CentralAuth/GlobalVanishRequest

From mediawiki.org
This page is a translated version of the page Extension:CentralAuth/GlobalVanishRequest and the translation is 26% complete.

GlobalVanishRequest is a special page that allows registered users to request that their account be vanished, making any contributions the user has made no longer associated with their user name.

設定

At minimum the following settings need to be present in the wiki configuration for this page to be available.

$wgCentralAuthEnableGlobalRenameRequest = true;
$wgCentralAuthAutomaticVanishPerformer = 'Admin';

$wgCentralAuthAutomaticVanishPerformer in-particular is needed for the automatic vanishing feature to work. This is a feature that automatically approves a vanish request instead of sending it to the queue to be approved by a renamer in the bureaucrat group. To be eligible the user must have zero edits, blocks and public logs on any wikis the user is attached to.

注記

  • When users are automatically vanished their user page is not moved and redirects are suppressed by default.
  • Users that are not eligible for automatic vanishing can have either of these options adjusted by the renamers when their request is being processed from the queue.
Configuration Key 説明 必須かどうか
$wgCentralAuthEnableGlobalRenameRequest Similar to Special:GlobalRenameRequest, this special page also only works if this flag is set to true.
$wgCentralAuthAutomaticVanishPerformer The username of the performer that is attached to vanish requests that are automatically fulfilled.
$wgCentralAuthBlockAppealWikidataIds An array of Wikidata IDs that reference content for appealing account blocks. 省略可能
$wgCentralAuthWikidataApiUrl A URL to the API to fetch Wikidata information from. 省略可能
$wgCentralAuthFallbackAppealUrl Fallback URL to show when the needed Wikidata content URL is not present for wiki with blocks. 省略可能
$wgCentralAuthFallbackAppealTitle Fallback URL title to show when the needed Wikidata content URL is not present for wiki with blocks. 省略可能