Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/admin/auth/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,3 @@ Usernames from authentication providers are normalized before being used in Sour
For example, a user whose external username (according the authentication provider) is `alice_smith@example.com` would have the Sourcegraph username `alice-smith`.

If multiple accounts normalize into the same username, separate accounts are still created, but Sourcegraph will add a randomized suffix to the username to ensure uniqueness.

## Remind users to connect external accounts

When authorization is activated, users must link their external code host accounts with their Sourcegraph accounts to access private repositories.
To ensure users are aware of any unlinked accounts, enable the external-accounts-modal feature flag.
This prompts users to connect any missing external accounts upon visiting Sourcegraph.
Loading