You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Check email verification behaviour (email != "" in code)
I've checked with the security team on Slack and they are okay with this assumption. Also we have the same behavior in Gitlab auth provider when we invoke GetAndSaveUser and similarly for GitHub we always mark email as verified.
This is a pre-requisite for permissions syncing on ADO.
Functionality tasks
-1,-2and so on until a non-conflicting username is found (Tracked in https://github.com/sourcegraph/sourcegraph/issues/47894)Handle value for default URLThis is not needed as we do not expose URL as a configallowOrgsorallowGroups- Standalone issue created: https://github.com/sourcegraph/sourcegraph/issues/48555allowSignupis false, disable new signups to sourcegraph - Standalone issue created: https://github.com/sourcegraph/sourcegraph/issues/48557email != ""in code)GetAndSaveUserand similarly for GitHub we always mark email as verified.Good to haves
/cc @ryphil