Account creation is done through Special:CreateAccount. There are three types of account creation, each with a separate log event action type:
- create— a new user creates their own account.
- create2— another user account is created by an existing user.
- autocreate(up until MediaWiki 1.26) — a new account is autocreated using AuthPlugin. AuthPlugin has been superseded by AuthManager.
It is possible, through the configuration setting $wgGroupPermissions, to disable account creation or to limit it to sysops; see Manual:Preventing access.
See also
- Manual:CreateAndPromote.php
- Manual:Installation/Creating system accounts
- API:Account creation
- Help:Mass account creation
    This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.