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

40 lines
1.3 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
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/#designated-technical-writers
2019-12-04 20:38:33 +05:30
---
# Creating users **(CORE ONLY)**
You can create users:
- Manually through the sign in page or Admin Area.
- Automatically through user authentication integrations.
## Create users on sign in page
If you have [sign-up enabled](../../admin_area/settings/sign_up_restrictions.md), users can create their own accounts using the **Register** tab on the sign in page.
![Register Tab](img/register_tab.png)
2020-03-13 15:44:24 +05:30
## Create users in Admin Area
2019-12-04 20:38:33 +05:30
As an admin user, you can manually create users by:
1. Navigating to **Admin Area > Overview > Users** (`/admin/users` page).
1. Selecting the **New User** button.
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
Users will be:
2021-01-03 14:25:43 +05:30
- Automatically created upon first sign in with the [LDAP integration](../../../administration/auth/ldap/index.md).
- Created when first signing in via an [OmniAuth provider](../../../integration/omniauth.md) if the `allow_single_sign_on` setting is present.