-
Notifications
You must be signed in to change notification settings - Fork 252
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
On the Sign up page name field validation is missing. Currently, the name field accepts numbers and letters.It can create a problem in the backend database.
Expected behavior
The "Name" field should have proper validation to ensure:
- Only alphabetic characters (and optionally spaces or hyphens) are allowed.
- Input length is reasonable (e.g., between 2 and 50 characters).
- Special characters and numeric inputs are restricted.
Add ScreenShots
What browsers are you seeing the problem on?
Chrome
Record
- I have read the Contributing Guidelines
- I'm a GSSOC'24EXTD contributor
- I have starred the repository
Reactions are currently unavailable
