mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-13 13:31:19 +00:00
1.1 KiB
1.1 KiB
stage, group, info
stage | group | info |
---|---|---|
Govern | Authentication | To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments |
Generated passwords for users created through integrated authentication
DETAILS: Tier: Free, Premium, Ultimate Offering: SaaS, self-managed
GitLab allows users to set up accounts through integration with external authentication and authorization providers.
These authentication methods do not require the user to explicitly create a password for their accounts. However, to maintain data consistency, GitLab requires passwords for all user accounts.
For such accounts, we use the friendly_token
method provided by the Devise gem to generate a random, unique and secure password and sets it as the account password during sign up.
The length of the generated password is 128 characters.