-
Notifications
You must be signed in to change notification settings - Fork 232
Open
Labels
gssoc-exthacktoberfest-acceptedFor valid PRs during hacktoberfest eventFor valid PRs during hacktoberfest event
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
On the Register page, the 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
On which device are you experiencing this bug?
Chrome
Record
- I have read the Contributing Guidelines
- I'm a GSSOC'24 contributor
- I have starred the repository
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
gssoc-exthacktoberfest-acceptedFor valid PRs during hacktoberfest eventFor valid PRs during hacktoberfest event
