Manual:Account creation/zh
账户创建通过Special:CreateAccount完成。 这里有三种账户的创建类型,都记录在日志事件操作类型:
create
— 新用户自行创建自己的账户。create2
— 被新用户创建的另一个账户。autocreate
(直到MediaWiki版本1.26)—— 通过AuthPlugin 自动创建的新用户。 AuthPlugin 已被AuthManager 替代。
这也可以通过配置$wgGroupPermissions 来禁用账户创建或仅限于管理员创建,详细参阅:手册:阻止访问 。
Constraints
There are many components which can limit account creation, including:
- $wgPasswordPolicy
- $wgAccountCreationThrottle
- 扩展:标题黑名单 - in this case, a "title" can be a user name
- :
- Captchas - provided by :
Extensions
- [[Special:MyLanguage/Extension:ConfirmAccount|:Category:Pages using Lc zh with unknown or deprecated arguments#zh]] - Requires an admin to confirm an account before its created
- Extension:New User Email Notification ― As of MediaWiki 1.39, necessary for administrators to receive an email notification every time an account is created