Commit fad3cf17 authored by Mike Jang's avatar Mike Jang

Merge branch 'docs-blunceford-user-creation-edits' into 'master'

Docs: Change login to sign in on user creation doc

See merge request gitlab-org/gitlab!43920
parents 00bf677c 6792f00c
...@@ -31,9 +31,9 @@ You can also [create users through the API](../../../api/users.md) as an admin. ...@@ -31,9 +31,9 @@ You can also [create users through the API](../../../api/users.md) as an admin.
![Admin User Form](img/admin_user_form.png) ![Admin User Form](img/admin_user_form.png)
## Create users through integrations ## Create users through authentication integrations
Users will be: Users will be:
- Automatically created upon first login with the [LDAP integration](../../../administration/auth/ldap/index.md). - Automatically created upon first sign in with the [LDAP integration](../../../administration/auth/ldap/index.md).
- Created when first logging in via an [OmniAuth provider](../../../integration/omniauth.md) if the `allow_single_sign_on` setting is present. - Created when first signing in via an [OmniAuth provider](../../../integration/omniauth.md) if the `allow_single_sign_on` setting is present.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment