If employees leave the company, you can suspend their GitHub Enterprise Server accounts to open up user licenses in your GitHub Enterprise license while preserving the issues, comments, repositories, gists, and other data they created. Suspended users cannot sign into your instance, nor can they push or pull code.
When you suspend a user, the change takes effect immediately with no notification to the user. If the user attempts to pull or push to a repository, they'll receive this error:
$ git clone git@[hostname]:john-doe/test-repo.git
Cloning into 'test-repo'...
ERROR: Your account is suspended. Please check with your installation administrator.
fatal: The remote end hung up unexpectedly
Before suspending site administrators, you must demote them to regular users. For more information, see "Promoting or demoting a site administrator."
Note: If LDAP Sync is enabled for 您的 GitHub Enterprise Server 实例, users are automatically suspended when they're removed from the LDAP directory server. When LDAP Sync is enabled for your instance, normal user suspension methods are disabled.
Suspending a user from the user admin dashboard
-
从 GitHub Enterprise Server 上的管理帐户中,在任何页面的右上角,单击 。
-
如果您尚未进入“站点管理员”页面,请在左上角单击 Site admin(站点管理员)。
-
在搜索字段中,输入用户的名称,然后单击 Search(搜索)。
-
在搜索结果中,单击用户名称。
-
在页面的右上角,单击 Admin(管理员)。
-
在左侧边� �中,单击 Admin(管理员)。
-
Under "Account suspension," in the red Danger Zone box, click Suspend.
-
Provide a reason to suspend the user.
Unsuspending a user from the user admin dashboard
As when suspending a user, unsuspending a user takes effect immediately. The user will not be notified.
-
从 GitHub Enterprise Server 上的管理帐户中,在任何页面的右上角,单击 。
-
如果您尚未进入“站点管理员”页面,请在左上角单击 Site admin(站点管理员)。
-
In the left sidebar, click Suspended users.
-
Click the name of the user account that you would like to unsuspend.
-
在页面的右上角,单击 Admin(管理员)。
-
在左侧边� �中,单击 Admin(管理员)。
-
Under "Account suspension," in the red Danger Zone box, click Unsuspend.
-
Provide a reason to unsuspend the user.
Suspending a user from the command line
- SSH 连接到 您的 GitHub Enterprise Server 实例。 更多信息请参阅“访问管理 shell (SSH)。”
$ ssh -p 122 admin@HOSTNAME
- Run ghe-user-suspend with the username to suspend.
$ ghe-user-suspend username
Creating a custom message for suspended users
You can create a custom message that suspended users will see when attempting to sign in.
-
在 GitHub Enterprise Server 的右上角,单击您的个人资料照片,然后单击 Enterprise settings(Enterprise 设置)。
-
在企业帐户侧边� �中,单击 Settings(设置)。
-
在 “ 设置”下,单击 Messages(消息)。
-
Click Add message.
-
Type your message into the Suspended user message box. You can type Markdown, or use the Markdown toolbar to style your message.
-
Click the Preview button under the Suspended user message field to see the rendered message.
-
Review the rendered message.
-
在页面底部,单击 Save changes(保存更改)。
Unsuspending a user from the command line
- SSH 连接到 您的 GitHub Enterprise Server 实例。 更多信息请参阅“访问管理 shell (SSH)。”
$ ssh -p 122 admin@HOSTNAME
- Run ghe-user-unsuspend with the username to unsuspend.
$ ghe-user-unsuspend username