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

用户创建通过以下四种方式之一发生。

  • 在“autocreate”日志事件中,用户被自动创建,例如,通过Extension:中央认证
  • 在“byemail”日志事件中,被创建的用户通过电子邮件接收密码。
  • 在“create”日志事件中,由一位匿名用户为自己创建了一个账户。
  • 在“create2”日志事件中,由一位已登录的用户为他人创建了一个账户。

資料庫

logging.log_params 包含了一个“4::userid”字段,包含已创建用户的user.user_id

API

API:日志事件 puts the user ID of the created account in the "userid" property and does not reveal the user ID of the user creating the account.