Description:
The sign-up form currently lacks validation for the email format, allowing users to submit incorrectly formatted emails (e.g., user@domain, example.com, or randomtext). This can lead to failed communications for account-related notifications, data integrity issues, and a poor user experience, as users may unknowingly enter invalid email addresses.
Steps to Reproduce:
Navigate to the sign-up form.
Enter an invalid email format.
Submit the form.
Expected Behavior:
The form should display an error message indicating that the email format is invalid.
Actual Behavior:
The form accepts incorrectly formatted emails without any validation feedback.
Add Screenshots
No response
What browsers are you seeing the problem on?
No response
Record
[X] I agree to follow this project's Code of Conduct
[X] I'm a GSSOC contributor
[X] I want to work on this issue
[X] I'm willing to provide further clarification or assistance if needed.
Is there an existing issue for this?
What happened?
Description: The sign-up form currently lacks validation for the email format, allowing users to submit incorrectly formatted emails (e.g., user@domain, example.com, or randomtext). This can lead to failed communications for account-related notifications, data integrity issues, and a poor user experience, as users may unknowingly enter invalid email addresses.
Steps to Reproduce: Navigate to the sign-up form. Enter an invalid email format. Submit the form.
Expected Behavior: The form should display an error message indicating that the email format is invalid.
Actual Behavior: The form accepts incorrectly formatted emails without any validation feedback.
Add Screenshots
No response
What browsers are you seeing the problem on?
No response
Record