Manual:アカウント作成

This page is a translated version of the page Manual:Account creation and the translation is 89% complete.

アカウント作成Special:CreateAccountから行います。 There are three types of account creation, each with a separate log event action type:

  • create — 新規利用者が自身のアカウントを作成。
  • create2 — 既存の利用者が、別の利用者アカウントを作成。
  • autocreate (MediaWiki 1.26 以前) — AuthPlugin を使用して新規アカウントを自動作成。 AuthPlugin は AuthManager に置き換えられました。

$wgGroupPermissions 設定により、アカウント作成を無効化したり、管理者に制限したりできます。これについては、管理者が他の利用者のアカウントを作成する方法について説明している Manual:アクセス制限 を参照してください。

関連項目