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
The user account service currently has a placeholder field for the verification status of a user's account. The purpose of this is to prevent unverified users from accessing more features of the platform. Essentially preventing spam. Currently we can either:
Trust a user signing-in through Auth0 automatically has a verified account (we make use of auth0's user.email_verified property )
Enabled the storage of an email address which we can then use to verify accounts later on (via email notifications).
The text was updated successfully, but these errors were encountered:
The user account service currently has a placeholder field for the verification status of a user's account. The purpose of this is to prevent unverified users from accessing more features of the platform. Essentially preventing spam. Currently we can either:
Trust a user signing-in through Auth0 automatically has a verified account (we make use of auth0's user.email_verified property )
Enabled the storage of an email address which we can then use to verify accounts later on (via email notifications).
The text was updated successfully, but these errors were encountered: