Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

promoting-or-demoting-a-site-administrator.md 3.4 KB

You have to be logged in to leave a comment. Sign In
title redirect_from intro versions type topics
Promoting or demoting a site administrator [/enterprise/admin/articles/promoting-a-site-administrator/ /enterprise/admin/articles/demoting-a-site-administrator/ /enterprise/admin/user-management/promoting-or-demoting-a-site-administrator /admin/user-management/promoting-or-demoting-a-site-administrator] Site administrators can promote any normal user account to a site administrator, as well as demote other site administrators to regular users. [{enterprise-server *}] how_to [Access management Accounts User account Enterprise]

{% tip %}

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.

{% endtip %}

For information about promoting a user to an organization owner, see the ghe-org-admin-promote section of "[Command-line utilities](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-org-admin-promote)."

Promoting a user from the enterprise settings

{% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.people-tab %} {% data reusables.enterprise-accounts.administrators-tab %} 5. In the upper-right corner of the page, click Add owner. Button to add an admin 6. In the search field, type the name of the user and click Add. Search field to add an admin

Demoting a site administrator from the enterprise settings

{% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.people-tab %} {% data reusables.enterprise-accounts.administrators-tab %}

  1. 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. Search field to find an administrator

  2. In the search results, find the username of the person you want to demote, then use the {% octicon "gear" %} drop-down menu, and select Remove owner. Remove from enterprise option

Promoting a user from the command line

  1. [SSH](/enterprise/{{ currentVersion }}/admin/guides/installation/accessing-the-administrative-shell-ssh/) into your appliance.
  2. Run [ghe-user-promote](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-user-promote) with the username to promote.
$ ghe-user-promote <em>username</em>

Demoting a site administrator from the command line

  1. [SSH](/enterprise/{{ currentVersion }}/admin/guides/installation/accessing-the-administrative-shell-ssh/) into your appliance.
  2. Run [ghe-user-demote](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-user-demote) with the username to demote.
$ ghe-user-demote <em>username</em>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...