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 I try and create a user with a duplicate email address (but different username) I get an error that the email address is already taken. I did note that the mysql schema at least has a unique constraint on the email column which is the first issue.