-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐞Bug: Register page name field validation is missing #548
Comments
Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊 |
@dhairyagothi please assign me with this issue |
@dhairyagothi kindly assign me this work under SWOC |
@firdoush01 i have been pre assigned both issues and i will be merging my pr today for both issues you could find some new issues for yourself |
please assign me this |
@AkanshaOP i have been pre assigned both issues and i will be merging my pr today for both issues you could find some new issues for yourself |
Hello @AVNI-THEEXPLORER! Your issue #548 has been closed. Thank you for your contribution! |
Description
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.
Steps to Reproduce:
Navigate to the Register page.
In the "Name" field, input invalid data such as:
Attempt to submit the form.
Observe that the form accepts invalid inputs without any errors or warnings.
Screenshot
Expected Behaviour:
The "Name" field should have proper validation to ensure:
Actual Behavior:
The "Name" field lacks validation, allowing any input to be submitted without restrictions.
Impact:
Proposed Solution:
Implement front-end validation using HTML5 attributes like pattern or JavaScript.
Environment:
The text was updated successfully, but these errors were encountered: