Extension:Scratch Account Request System

From mediawiki.org
MediaWiki extensions manual
Scratch Account Request System
Release status: stable
Implementation identity (invalid type)
Author(s) Jacob G. (jvvg), Naleksuh, apple502j, Kenny2scratch, ahmetlii
Latest version 0.1
MediaWiki >= 1.35.0
License GNU General Public License 2.0 or later
Download
  • $wgScratchVerificationProjectAuthor
  • $wgAutoWelcomeNewUsers
  • $wgScratchAccountAutoRejectStaleAwaitingUserRequestDays
  • $wgScratchVerificationProjectID
  • $wgScratchAccountRequestRejectCooldownDays
  • $wgScratchAccountCheckDisallowNewScratcher
  • $wgScratchAccountJoinedRequirement

The Scratch Account Request System extension implements a custom Account Request system used on Scratch Wiki.

Installation[edit]

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