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
When a user login they do not need to validate email address unless RegistrationSettings.UsersMustValidateEmail is set today. Are you saying even when UsersMustValidateEmail is enabled, we should automatically trust the email that is coming from the external provides?
If this is the case, I would add an option to RegistrationSettings because not all emails used in external providers validate email.
Problem
For internal users, I want them to be required to verify their email. However, for external users, I believe it is unnecessary in most cases.
Possible Solution
Add an option in User Registration Page to allow users to bypass email verification when logging in with external authentication providers.
The text was updated successfully, but these errors were encountered: