Closed hagen closed 6 years ago
Don't let a user change their email to one in use. Check Auth0 for this, as it'll tell us if that email is already in use.
This may change if we ditch Auth0. Auth0 is making life hard.
Resolved. We first check if Auth0 can change the email. If it cannot (due to uniqueness violations) the operation fails and the user is notified.
Don't let a user change their email to one in use. Check Auth0 for this, as it'll tell us if that email is already in use.