Creating users (FREE SELF)

You can create users:

Create users on sign-in page

Prerequisites:

Users can create their own accounts by either:

  • Selecting the Register now link on the sign-in page.
  • Navigating to your GitLab instance's sign-up link. For example: https://gitlab.example.com/users/sign_up.

Create users in Admin Area

Prerequisites:

  • You must have administrator access for the instance.

To create a user manually:

  1. On the top bar, select Main menu > Admin.
  2. On the left sidebar, select Overview > Users (/admin/users).
  3. Select New user.
  4. Complete the fields.
  5. Select Create user.

Create users through authentication integrations

Users are:

  • Automatically created upon first sign in with the LDAP integration.
  • Created when first signing in using an OmniAuth provider if the allow_single_sign_on setting is present.
  • Created when first signing with Group SAML.
  • Automatically created by SCIM when the user is created in the identity provider.