gray-mueller / gray-mueller/food-delivering-app-using-react-native

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

Open Beginner friendly
#2,007 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
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 locate the Full Name field and its validation or submission handling. Reproduce the John123 case, then verify that numeric input is rejected with an error and that valid names containing permitted punctuation still submit successfully.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.