We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I took clean derby-login-example application and made one successfull registration (with email). In MongoDB I had one unconfirmed 'local' account.
After that I tried to register with new email. It caused registration providerExists error: 'User is already registered with this provider'.
After successfull confirmation of first account this error disappeared.
Could you help or explain me this issue?
The text was updated successfully, but these errors were encountered:
It's a bug. After the registration we need to flush user session.
Sorry, something went wrong.
No branches or pull requests
I took clean derby-login-example application and made one successfull registration (with email). In MongoDB I had one unconfirmed 'local' account.
After that I tried to register with new email. It caused registration providerExists error: 'User is already registered with this provider'.
After successfull confirmation of first account this error disappeared.
Could you help or explain me this issue?
The text was updated successfully, but these errors were encountered: