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

bug: Signup Form Validation Not Properly Handled #1668

Open
Mugunth007 opened this issue Dec 19, 2024 · 3 comments · May be fixed by #1669
Open

bug: Signup Form Validation Not Properly Handled #1668

Mugunth007 opened this issue Dec 19, 2024 · 3 comments · May be fixed by #1669
Labels
bug Something isn't working

Comments

@Mugunth007
Copy link

Describe the bug
The signup form does not handle validation properly. Users are able to submit the form with invalid or incomplete data, such as an incorrectly formatted email address or a password that does not meet the required criteria.

To Reproduce
Steps to reproduce the behavior:
Go to the signup page.
Enter an invalid email (e.g., "testemail.com").
Enter a password that doesn't meet the required length or complexity (e.g., "123").
Submit the form.
Observe that the form is submitted without showing any error messages or blocking the submission.

Expected behavior
The form should display validation error messages when:

An invalid email address is entered.
The password does not meet the required criteria (e.g., minimum length, special characters).
Any required field is left blank.
the mobile number is invalid

Screenshots or GIFs
image

Info (please complete the following information):
chrome 131

Additional context
Add any other context about the problem here.

@Mugunth007 Mugunth007 added the bug Something isn't working label Dec 19, 2024
@Mugunth007 Mugunth007 changed the title bug: bug: Signup Form Validation Not Properly Handled Dec 19, 2024
@Mugunth007 Mugunth007 linked a pull request Dec 19, 2024 that will close this issue
@avparadox
Copy link
Contributor

@Mugunth007 AppX doesn't come under this repository. I don't think we can do anything about this bug. Maybe you can close it.

@Mugunth007
Copy link
Author

Still the Phone Number Regex is Treated as 0 to 9, so if i type 0123456789 it will accept it as a mobile number, if it is okay i will close this bug

@avparadox
Copy link
Contributor

avparadox commented Dec 19, 2024

As the code doesn't belong to us so I don't think we can do anything to fix it. Maybe closing is a better idea. Still @devsargam should take the final call as a maintainer I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants