You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Is there an existing issue for this?
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:
Add ScreenShots
On which device are you experiencing this bug?
Chrome
Record
The text was updated successfully, but these errors were encountered: