gray-mueller / gray-mueller/roadside-assistance-system-react-native

Full Name Field Accepts Numbers on Sign-Up Page – Enatega Multivendor

Open Beginner friendly
#440 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Describe the bug
On the Enatega Multivendor website’s sign-up page, the “Full Name” field allows numbers to be entered along with the name, and the form still saves successfully. This can lead to invalid or inaccurate user information being stored.

To Reproduce
Steps to reproduce the behavior:

Go to the Enatega Multivendor website sign-up page.
In the “Full Name” field, enter a name containing numbers (e.g., John123).
Complete the rest of the required fields and submit the form.
See that the form saves the data without any error.
Expected behavior
The “Full Name” field should only allow alphabetic characters (with spaces, hyphens, or apostrophes if needed) and should not accept numbers. An error message should be displayed if the user enters invalid characters.

Desktop (please complete the following information):

OS: [e.g. Desktop]
Browser [e.g. chrome]
Version [e.g. 22]
Smartphone (please complete the following information):

Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.

Labels: Enatega Website, Bug

Contributor guide

Open the contributing guide

Research direction

Start at the sign-up page and inspect the Full Name field's validation, then reproduce the issue with a value such as John123. Done means numeric characters are rejected with an error while valid names, including spaces, hyphens, or apostrophes, can still be submitted.

Written by the indexing model from the issue text.

Assessment

Tech stack
react-native, typescript
Domain
authentication, frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.