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 when a request is been made for password reset, invalid email is allowed(the domain part). extra characters are allowed in the domain part of the email, while the local part is properly validated.
Expected behavior
The server should return an error message invalidating the wrong email format entered by the user.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Browser brave
Version 22
INVALID EMAIL ENTERED
INVALID EMAIL ALLOWED
Additional context
The forgot-password endpoint should be able to validate the email it receives, and should be independent of any other endpoint for validation.
The text was updated successfully, but these errors were encountered:
Describe the bug
During when a request is been made for password reset, invalid email is allowed(the domain part). extra characters are allowed in the domain part of the email, while the local part is properly validated.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The server should return an error message invalidating the wrong email format entered by the user.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
INVALID EMAIL ENTERED
INVALID EMAIL ALLOWED
Additional context
The forgot-password endpoint should be able to validate the email it receives, and should be independent of any other endpoint for validation.
The text was updated successfully, but these errors were encountered: