Skip to content
New issue

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

Cant Register with same emails of different domain #793

Open
Manancode opened this issue Jun 18, 2024 · 0 comments
Open

Cant Register with same emails of different domain #793

Manancode opened this issue Jun 18, 2024 · 0 comments

Comments

@Manancode
Copy link

When Signin Up , The server logic implements an autoassigned username according to the email-id of the user
eg - If you sign up with [email protected] your username will be johndae . Also its a good practice since no two usernames cant be same .
Issue was if you try to sign up with two emails with different domains like [email protected] and [email protected] , it throws an error which should not be a case . Since it will make two username to be same it throws an internal server error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant