Manual:User creation/es

From mediawiki.org
This page is a translated version of the page Manual:User creation and the translation is 30% complete.

User creation occurs in one of four ways.

  • In an "autocreate" log event, the user is automatically created, e.g. by Extensión:CentralAuth .
  • In a "byemail" log event, the created user receives its password by email.
  • In a "create" log event, an anonymous user creates an account for themself.
  • In a "create2" log event, a logged in user creates an account for someone else.

Base de datos

logging.log_params contains a "4::userid" field with the user.user_id of the created account.

API

API:Logevents pone el ID de usuario de la cuenta creada en la propiedad "userid" y no revela el ID de usuarios del usuario que crea la cuenta.