Extension:CentralAuth/GlobalVanishRequest
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.
Configuration
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.
Notes
- 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 | Description | Required? |
---|---|---|
$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. | Optional |
$wgCentralAuthWikidataApiUrl |
A URL to the API to fetch Wikidata information from. | Optional |
$wgCentralAuthFallbackAppealUrl |
Fallback URL to show when the needed Wikidata content URL is not present for wiki with blocks. | Optional |
$wgCentralAuthFallbackAppealTitle |
Fallback URL title to show when the needed Wikidata content URL is not present for wiki with blocks. | Optional |