Sign-up restrictions (FREE SELF)

You can enforce the following restrictions on sign ups:

  • Disable new sign ups.
  • Require administrator approval for new sign ups.
  • Require user email confirmation.
  • Allow or deny sign ups using specific email domains.

Disable new sign ups

By default, any user visiting your GitLab domain can sign up for an account. For customers running public-facing GitLab instances, we highly recommend that you consider disabling new sign ups if you do not expect public users to sign up for an account.

To disable sign ups:

  1. On the top bar, select Main menu > Admin.
  2. On the left sidebar, select Settings > General, and expand Sign-up restrictions.
  3. Clear the Sign-up enabled checkbox, then select Save changes.

Require administrator approval for new sign ups

When this setting is enabled, any user visiting your GitLab domain and signing up for a new account using the registration form must be explicitly approved by an administrator before they can start using their account. In GitLab 13.6 and later, this setting is enabled by default for new GitLab instances. It is only applicable if sign ups are enabled.

To require administrator approval for new sign ups:

  1. On the top bar, select Main menu > Admin.
  2. On the left sidebar, select Settings > General, and expand Sign-up restrictions.
  3. Select the Require admin approval for new sign-ups checkbox, then select Save changes.

In GitLab 13.7 and later, if an administrator disables this setting, the users in pending approval state are automatically approved in a background job.

NOTE: This setting doesn't apply to LDAP or OmniAuth users. To enforce approvals for new users signing up using OmniAuth or LDAP, set block_auto_created_users to true in the OmniAuth configuration or LDAP configuration.

Confirm user email

  • Soft email confirmation introduced in GitLab 12.2 with a flag named soft_email_confirmation.
  • Soft email confirmation changed from a feature flag to an application setting in GitLab 15.9.

You can send confirmation emails during sign up and require that users confirm their email address before they are allowed to sign in.

For example, to enforce confirmation of the email address used for new sign ups:

  1. On the top bar, select Main menu > Admin.
  2. On the left sidebar, select Settings > General, and expand Sign-up restrictions.
  3. Under Email confirmation settings, select Hard.

The following settings are available:

  • Hard - Send a confirmation email during sign up. New users must confirm their email address before they can log in.
  • Soft - Send a confirmation email during sign up. New users can log in immediately, but must confirm their email in three days. Unconfirmed accounts are deleted.
  • Off - New users can sign up without confirming their email address.

User cap

When the number of billable users reaches the user cap, any user who is added or requests access must be approved by an administrator before they can start using their account.

If an administrator increases or removes the user cap, the users in pending approval state are automatically approved in a background job.

Set the user cap number

  1. On the top bar, select Main menu > Admin.
  2. On the left sidebar, select Settings > General.
  3. Expand Sign-up restrictions.
  4. Enter a number in User cap.
  5. Select Save changes.

New user sign ups are subject to the user cap restriction.

Remove the user cap

  1. On the top bar, select Main menu > Admin.
  2. On the left sidebar, select Settings > General.
  3. Expand Sign-up restrictions.
  4. Remove the number from User cap.
  5. Select Save changes.

New users sign ups are not subject to the user cap restriction. Users in pending approval state are automatically approved in a background job.

Minimum password length limit

Introduced in GitLab 12.6

You can change the minimum number of characters a user must have in their password using the GitLab UI.

Password complexity requirements (PREMIUM SELF)

Introduced in GitLab 15.2.

By default, the only requirement for user passwords is minimum password length. You can add additional complexity requirements. Changes to password complexity requirements apply to new passwords:

  • For new users that sign up.
  • For existing users that reset their password.

Existing passwords are unaffected. To change password complexity requirements:

  1. On the top bar, select Main menu > Admin.
  2. On the left sidebar, select Settings > General.
  3. Expand Sign-up restrictions.
  4. Under Minimum password length (number of characters), select additional password complexity requirements. You can require numbers, uppercase letters, lowercase letters, and symbols.
  5. Select Save changes.

Allow or deny sign ups using specific email domains

You can specify an inclusive or exclusive list of email domains which can be used for user sign up.

These restrictions are only applied during sign up from an external user. An administrator can add a user through the administrator panel with a disallowed domain. The users can also change their email addresses to disallowed domains after sign up.

Allowlist email domains

You can restrict users only to sign up using email addresses matching the given domains list.

Denylist email domains

You can block users from signing up when using an email addresses of specific domains. This can reduce the risk of malicious users creating spam accounts with disposable email addresses.

Create email domain allowlist or denylist

To create an email domain allowlist or denylist:

  1. On the top bar, select Main menu > Admin.

  2. On the left sidebar, select Settings > General, and expand Sign-up restrictions.

  3. For the allowlist, you must enter the list manually. For the denylist, you can enter the list manually or upload a .txt file that contains list entries.

    Both the allowlist and denylist accept wildcards. For example, you can use *.company.com to accept every company.com subdomain, or *.io to block all domains ending in .io. Domains must be separated by a whitespace, semicolon, comma, or a new line.

    Domain Denylist

Set up LDAP user filter

You can limit GitLab access to a subset of the LDAP users on your LDAP server.

See the documentation on setting up an LDAP user filter for more information.