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

58 lines
2.1 KiB
Markdown
Raw Normal View History

2021-01-03 14:25:43 +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
2021-01-03 14:25:43 +05:30
type: howto
---
# Users pending approval
2021-04-17 20:07:23 +05:30
A user in _pending approval_ state requires action by an administrator. A user sign up can be in a
pending approval state because an administrator has enabled either, or both, of the following
options:
2021-01-03 14:25:43 +05:30
2021-04-17 20:07:23 +05:30
- [Require admin approval for new sign-ups](settings/sign_up_restrictions.md#require-administrator-approval-for-new-sign-ups) setting.
- [User cap](settings/sign_up_restrictions.md#user-cap).
2021-01-03 14:25:43 +05:30
2021-04-17 20:07:23 +05:30
When a user registers for an account while this setting is enabled:
- The user is placed in a **Pending approval** state.
- The user sees a message telling them their account is awaiting approval by an administrator.
2021-01-03 14:25:43 +05:30
A user pending approval:
2021-06-08 01:23:25 +05:30
- Is functionally identical to a [blocked](moderate_users.md#blocking-a-user) user.
2021-04-17 20:07:23 +05:30
- Cannot sign in.
- Cannot access Git repositories or the GitLab API.
- Does not receive any notifications from GitLab.
2021-01-29 00:20:46 +05:30
- Does not consume a [seat](../../subscriptions/self_managed/index.md#billable-users).
2021-01-03 14:25:43 +05:30
2021-04-17 20:07:23 +05:30
An administrator must [approve their sign up](#approve-or-reject-a-user-sign-up) to allow them to
sign in.
## View user sign ups pending approval
To view user sign ups pending approval:
2021-09-04 01:27:46 +05:30
1. On the top bar, select **Menu >** **{admin}** **Admin**.
1. On the left sidebar, select **Overview > Users**.
2021-04-17 20:07:23 +05:30
1. Select the **Pending approval** tab.
## Approve or reject a user sign up
A user sign up pending approval can be approved or rejected from the Admin Area.
2021-01-03 14:25:43 +05:30
2021-04-17 20:07:23 +05:30
To approve or reject a user sign up:
2021-01-03 14:25:43 +05:30
2021-09-04 01:27:46 +05:30
1. On the top bar, select **Menu >** **{admin}** **Admin**.
1. On the left sidebar, select **Overview > Users**.
2021-04-17 20:07:23 +05:30
1. Select the **Pending approval** tab.
2021-09-04 01:27:46 +05:30
1. In the user's row, select settings (**{settings}**).
2021-04-17 20:07:23 +05:30
1. Select **Approve** or **Reject**.
2021-01-03 14:25:43 +05:30
Approving a user:
2021-04-17 20:07:23 +05:30
- Activates their account.
- Changes the user's state to active.
- Consumes a subscription [seat](../../subscriptions/self_managed/index.md#billable-users).