Open venurockss opened 1 month ago
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
@venurockss All of the validation is being handled in the backend. If you would like to enhance the backend validation, create a new issue please.
Is there an existing issue for this?
Feature Description
Need to handle the form validation while login or sign up to website
Use Case
A user tries to sign up with incomplete or invalid data, such as a missing email address, a weak password, or an incorrectly formatted email. A user attempts to sign up with a weak password (e.g., "12345" or "password").
Benefits
Improved Security: Protects against attacks like SQL injection, brute force, and bots with proper input validation, CAPTCHA, and rate limiting.
Better User Experience: Provides real-time feedback, reducing user frustration and guiding them to fix errors quickly.
Data Integrity: Ensures correct, consistent, and properly formatted data (e.g., valid emails, strong passwords).
Prevention of Duplicate Accounts: Stops multiple registrations with the same email or username.
Reduced Errors: Lowers submission issues by catching errors early, minimizing failed login or sign-up attempts.
Add ScreenShots
No response
Priority
High
Record