Manual:Autoconfirmed users/ko
Appearance
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)
$wgAutoConfirmCount(number of edits that an account needs to have made 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()andManual:$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.
같이 보기
- Manual:Setting user groups in MediaWiki
- $wgAutopromote – for creating user groups with other automatic promotion criteria