debian-mirror-gitlab/doc/user/admin_area/blocking_unblocking_users.md

52 lines
1.6 KiB
Markdown
Raw Normal View History

2019-12-26 22:10:19 +05:30
---
2020-06-23 00:09:42 +05:30
stage: Manage
group: Access
2021-02-22 17:27:13 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2019-12-26 22:10:19 +05:30
type: howto
---
# Blocking and unblocking users
GitLab administrators block and unblock users.
## Blocking a user
In order to completely prevent access of a user to the GitLab instance, administrators can choose to
block the user.
Users can be blocked [via an abuse report](abuse_reports.md#blocking-users),
or directly from the Admin Area. To do this:
1. Navigate to **Admin Area > Overview > Users**.
1. Select a user.
1. Under the **Account** tab, click **Block user**.
A blocked user:
2021-01-29 00:20:46 +05:30
- Cannot log in.
2019-12-26 22:10:19 +05:30
- Cannot access Git repositories or the API.
2021-01-29 00:20:46 +05:30
- Does not receive any notifications from GitLab.
- Cannot use [slash commands](../../integration/slash_commands.md).
2019-12-26 22:10:19 +05:30
2021-01-29 00:20:46 +05:30
Personal projects, and group and user history of the blocked user are left intact.
2019-12-26 22:10:19 +05:30
2020-03-13 15:44:24 +05:30
Users can also be blocked using the [GitLab API](../../api/users.md#block-user).
2019-12-26 22:10:19 +05:30
2021-02-22 17:27:13 +05:30
NOTE:
2021-01-29 00:20:46 +05:30
A blocked user does not consume a [seat](../../subscriptions/self_managed/index.md#billable-users).
2019-12-26 22:10:19 +05:30
## Unblocking a user
A blocked user can be unblocked from the Admin Area. To do this:
1. Navigate to **Admin Area > Overview > Users**.
1. Click on the **Blocked** tab.
1. Select a user.
1. Under the **Account** tab, click **Unblock user**.
2020-03-13 15:44:24 +05:30
Users can also be unblocked using the [GitLab API](../../api/users.md#unblock-user).
2019-12-26 22:10:19 +05:30
2021-02-22 17:27:13 +05:30
NOTE:
2021-01-29 00:20:46 +05:30
Unblocking a user changes the user's state to active and consumes a
[seat](../../subscriptions/self_managed/index.md#billable-users).