Jump to content

Manual:$wgAutoConfirmAge/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgAutoConfirmAge and the translation is 11% complete.
Access: $wgAutoConfirmAge
Number of seconds an account is required to age before it's given the implicit autoconfirmed group membership.
이 변수가 소개된 버전:1.6.0 (r12207)
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(positive integer)
기본값:0

상세

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. You can use a maintenance script to add the first edit as the account creation date.

When left at 0 (the default), all registered accounts will pass unless the date and time is before the account creation.

Some other useful settings:

$wgAutoConfirmAge = 600;     // ten minutes
$wgAutoConfirmAge = 3600;    // one hour
$wgAutoConfirmAge = 43200;   // half a day
$wgAutoConfirmAge = 86400;   // one day
$wgAutoConfirmAge = 259200;  // three days
$wgAutoConfirmAge = 86400*3; // three days

같이 보기