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
Describe the bug
During user registration, the local part of the email is properly validated, as well as the domain part, but any extra character addition to the domain part is allowed(not properly validated) for example [email protected] is currently allowed.
Describe the bug
During user registration, the local part of the email is properly validated, as well as the domain part, but any extra character addition to the domain part is allowed(not properly validated) for example [email protected] is currently allowed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The server is supposed to respond with "Invalid email" or a message of the same likeness.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
ENTERED [email protected] DURING REGISTRATION
SERVER ALLOWED REGISTRATION
Additional context
The backend should not allow such invalid emails to be registered in the platform
The text was updated successfully, but these errors were encountered: