MisesWiki talk:Autoconfirmed users

From Mises Wiki, the global repository of classical-liberal thought
Jump to: navigation, search

The settings from Special:ViewFiles

In case anyone was wondering:

$wgAutoConfirmAge = 3600 * 24; // one day
$wgAutoConfirmCount = 1; // 1 edit (pointless to set it higher)
 
// Cause autopromotion at 24 hours from first edit, rather than from
// account creation. This gives an opportunity to review that first
// edit and make sure it's not spammy, before he gets exempted from
// CAPTCHAs.
$wgAutopromote = array(
        "autoconfirmed" => array( "&",
                array( APCOND_EDITCOUNT, &$wgAutoConfirmCount ),
                array( APCOND_AGE_FROM_EDIT, &$wgAutoConfirmAge ),
        ),
);

Nathan Larson (talk) 12:32, 28 December 2013 (MSK)