Note: If LDAP Sync is enabled and the Administrators group
attribute is set when configuring LDAP access for users, those users will automatically have site administrator access to your instance. In this case, you can't manually promote users with the steps below; you must add them to the LDAP administrators group.
For information about promoting a user to an organization owner, see the ghe-org-admin-promote
section of "Command-line utilities."
Promoting a user from the enterprise settings
-
En la esquina superior derecha de GitHub Enterprise Server, da clic en tu foto de perfil y luego en Configuración de empresa.
-
En la barra lateral de Cuenta de empresa, haz clic en Personas.
-
Dentro de "Personas ", haz clic en Administrators (Administradores).
-
In the upper-right corner of the page, click Add owner.
-
In the search field, type the name of the user and click Add.
Demoting a site administrator from the enterprise settings
-
En la esquina superior derecha de GitHub Enterprise Server, da clic en tu foto de perfil y luego en Configuración de empresa.
-
En la barra lateral de Cuenta de empresa, haz clic en Personas.
-
Dentro de "Personas ", haz clic en Administrators (Administradores).
-
In the upper-left corner of the page, in the "Find an administrator" search field, type the username of the person you want to demote.
-
In the search results, find the username of the person you want to demote, then use the drop-down menu, and select Remove owner.
Promoting a user from the command line
- SSH into your appliance.
- Run ghe-user-promote with the username to promote.
$ ghe-user-promote username
Demoting a site administrator from the command line
- SSH into your appliance.
- Run ghe-user-demote with the username to demote.
$ ghe-user-demote username