Cannot add "email" provider to an existing user #12986
Unanswered
ttskch
asked this question in
Feature Requests
Replies: 1 comment
|
It also throws an error when a user changes their email to an unrecorded address, then tries to change it back to one that is already associated to one of their identities; which makes it impossible without admin/postgres functions. |
0 replies
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.
Case with no problems
emailprovider.auth.userstable and["email"]is set in theapp_metadata.providers.auth.identitiestable.signInWithOAuth()using a Twitter account that has the same email as the one registered in step 1.5 A record is inserted to the
auth.identitiestable.app_metadata.providersinauth.usersis updated to["email", "twitter"].Case with problems
twitterprovider.auth.userstable and["twitter"]is set in theapp_metadata.providers.auth.identitiestable.signUp()with the same email as the Twitter account used in step 1."User already registered."error occurs.auth.identitiestable corresponding to theemailprovider for this user.All reactions