About the behavior of email checking during SSO login #7468
RaphaelRoumezin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
vaultwarden/src/api/identity.rs
Lines 341 to 346 in 660faee
When a user logs in with SSO, and the email returned by the IdP differs from the one in its account, it will just log about it and inform the user by email that they should change the email in their user settings.
A few questions:
EMAIL_CHANGE_ALLOWED, so the user may be asked by email to change the email in their settings when they just can't.All reactions