Jump to content

Manual:Autoconfirmed users/ko

From mediawiki.org
This page is a translated version of the page Manual:Autoconfirmed users and the translation is 7% complete.

Autoconfirmed users are wiki users who are members of the “자동 인증된 사용자” user group. This is a special user group which is allocated automatically based on certain criteria.

The criteria are as follows:

  • $wgAutoConfirmAge (Interval of elapsed time (in number of seconds) since the creation of the account to qualify)
BOTH criteria need to be satisfied for an account to be automatically promoted to the “자동 인증된 사용자” user group.

What rights autoconfirmed users have is controlled via $wgGroupPermissions . By default, autoconfirmed users may:

  • IP 기반의 속도 제한에 영향을 받지 않음, i.e. not be considered “newbies” for purposes of User::isNewbie() and Manual:$wgRateLimits (autoconfirmed)
  • "semi protected" 보호된 문서 편집 (editsemiprotected)

You can override these via $wgGroupPermissions .

Note that temporary account users cannot be assigned to user groups, including the "Autoconfirmed users" group.

같이 보기