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
Signup/Sign in with Google while one already has a basic password account with a similar email redirects the user to a blank page.
Expected Behavior
If I already have a basic password account, I should get logged in successfully (the system should merge existing user identity + mark account email as verified), or I should see account already exist error.
Current Behavior
The user is redirected to a blank callback page.
Steps to reproduce
Sign up with username/password/email form
Sign in with Google using the same email account used above
Error Log / Stack Trace (where applicable)
/api/v1/oauth2s returns 200 OK status
A 404 error (Wrong username or password) is returned on /api/v1/auth endpoint
Tell us about your browser and operating system:
Operating System: Linux x64
NodeJS Version:
Ember Version:
Screenshots where applicable
The text was updated successfully, but these errors were encountered:
Perhaps we could add some form of validation in the back end to prevent double sign up if user already exists and a email already exists error/notification for the front end?
Describe the bug:
Signup/Sign in with Google while one already has a basic password account with a similar email redirects the user to a blank page.
Expected Behavior
If I already have a basic password account, I should get logged in successfully (the system should merge existing user identity + mark account email as verified), or I should see account already exist error.
Current Behavior
The user is redirected to a blank callback page.
Steps to reproduce
Google
using the same email account used aboveError Log / Stack Trace (where applicable)
/api/v1/oauth2s
returns 200 OK status/api/v1/auth
endpointTell us about your browser and operating system:
Screenshots where applicable
The text was updated successfully, but these errors were encountered: