Manual:$wgAutoConfirmAge/da

Category:MediaWiki configuration settings/da#AutoConfirmAgeCategory:MediaWiki configuration settings introduced in version 1.6.0/da#AutoConfirmAgeCategory:MediaWiki configuration settings still in use/da#AutoConfirmAgeCategory:Permission variables/da#AutoConfirmAge
Adgang: $wgAutoConfirmAge
Number of seconds an account is required to age before it's given the implicit autoconfirmed group membership.
Introduced in version:1.6.0 (r12207)
Removed in version:Still in use
Allowed values:(positive integer)
Default value:0

Details

Sets the number of seconds an account is required to age before it's given the implicit autoconfirmed group membership. Note that the user must pass $wgAutoConfirmAge AND $wgAutoConfirmCount to become a member of that group.

This can be used to limit privileges of new accounts. Accounts created by earlier versions of the software may not have a recorded creation date, and will always be considered to pass the age test.

When left at 0 (the default), all registered accounts will pass.

Some other useful settings:

$wgAutoConfirmAge = 600;     // ti minutter
$wgAutoConfirmAge = 3600;    // en time
$wgAutoConfirmAge = 43200;   // en halv day
$wgAutoConfirmAge = 86400;   // en dag
$wgAutoConfirmAge = 259200;  // tre dage
$wgAutoConfirmAge = 86400*3; // tre dage

See also

Category:MediaWiki configuration settings/da Category:MediaWiki configuration settings introduced in version 1.6.0/da Category:MediaWiki configuration settings still in use/da Category:Permission variables/da