debian-mirror-gitlab/doc/user/profile/account/create_accounts.md

49 lines
1.6 KiB
Markdown
Raw Normal View History

2019-12-04 20:38:33 +05:30
---
type: reference
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-04 20:38:33 +05:30
---
2021-03-11 19:13:27 +05:30
# Creating users **(FREE SELF)**
2019-12-04 20:38:33 +05:30
You can create users:
- Manually through the sign in page or Admin Area.
- Automatically through user authentication integrations.
## Create users on sign in page
2021-09-04 01:27:46 +05:30
If you have [sign-up enabled](../../admin_area/settings/sign_up_restrictions.md), users can create
their own accounts by either:
- Selecting the **Register now** link on the sign-in page.
- Navigating to `https://gitlab.example.com/users/sign_up`.
2019-12-04 20:38:33 +05:30
2021-01-29 00:20:46 +05:30
![Register Tab](img/register_v13_6.png)
2019-12-04 20:38:33 +05:30
2020-03-13 15:44:24 +05:30
## Create users in Admin Area
2019-12-04 20:38:33 +05:30
2021-09-04 01:27:46 +05:30
As an Admin user, you can manually create users:
2019-12-04 20:38:33 +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** (`/admin/users`).
1. Select **New user**.
2019-12-04 20:38:33 +05:30
You can also [create users through the API](../../../api/users.md) as an admin.
![Admin User Button](img/admin_user_button.png)
![Admin User Form](img/admin_user_form.png)
2021-01-03 14:25:43 +05:30
## Create users through authentication integrations
2019-12-04 20:38:33 +05:30
2021-09-04 01:27:46 +05:30
Users are:
2019-12-04 20:38:33 +05:30
2021-01-03 14:25:43 +05:30
- Automatically created upon first sign in with the [LDAP integration](../../../administration/auth/ldap/index.md).
2021-09-04 01:27:46 +05:30
- Created when first signing in using an [OmniAuth provider](../../../integration/omniauth.md) if
the `allow_single_sign_on` setting is present.
- Created when first signing with [Group SAML](../../group/saml_sso/index.md).
- Automatically created by [SCIM](../../group/saml_sso/scim_setup.md) when the user is created in
the identity provider.