InternationalScratchWiki / scratch-confirmaccount-v3

A new in-house account request system for the Scratch Wikis.
4 stars 6 forks source link
mediawiki wikis

Scratch ConfirmAccount V3

Rewrite of previous versions of ConfirmAccount which were based on MediaWiki ConfirmAccount - this version is entirely custom-built to the needs of the International Scratch Wiki group including synchronization and verification through Scratch.

Configs

Example

$wgScratchAccountCheckDisallowNewScratcher = true; // New Scratchers cannot submit requests
$wgScratchAccountJoinedRequirement = 2 * 30 * 24 * 60 * 60; // Accounts must have been registered for 60 days (2 months)

Previous Versions

Version 1

Version 2