Manishkr1007 / WordWeaver

https://word-weaver-rho.vercel.app
MIT License
9 stars 33 forks source link

Missing Form Validation on Sign Up and Login #30

Open venurockss opened 2 weeks ago

venurockss commented 2 weeks ago

There is currently no form validation implemented on the Sign Up and Login pages. Users can submit forms without proper validation checks. This leads to potential issues such as:

Users entering incomplete or invalid email formats (e.g., missing domain part). Passwords not meeting required complexity standards (if any). Full Name and other fields not being validated for empty or invalid input. Steps to Reproduce:

Go to the Sign Up or Login page. Submit the form with incomplete or invalid data (e.g., incorrect email format). The form submits successfully without showing any validation errors. Screenshot 2024-10-06 180648

Expected Behavior:

Form should validate user input before allowing submission. Error messages should display for invalid email formats, empty required fields, and passwords not meeting security standards.

Riddhi12349 commented 2 weeks ago

hi please assign me this issue