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
There is no validation in place for the first name and last name sections of the signup form. So the user could enter anything, even complete articles as their first name or last name.
short description has a lower bound on the number of characters but no upper bound.
Describe approaches if you have thought of any
These fields should satisfy the following constraints
The first name could contain only one whitespace and up to 15 characters
The last name could not contain any whitespace and up to only 12 characters
Neither the first name nor last name could contain any special characters or numbers
Short Description can have up to 250 characters
HINT - Regex
Additional context
Good First Issue, Hacktoberfest
The text was updated successfully, but these errors were encountered:
ksraj123
changed the title
[ENHANCEMENT] Validation for First Name and Last Name during signup
[ENHANCEMENT] Enhanced Validation for First Name, Last Name and short description during signup
Sep 29, 2020
For issue codeuino#630codeuino#631
Added regex based Phone Number Validation
Added regex based Name Validation and Error messages
Updated the Validation of Description and it's Error message
Describe the enhancement you'd like
There is no validation in place for the first name and last name sections of the signup form. So the user could enter anything, even complete articles as their first name or last name.
short description has a lower bound on the number of characters but no upper bound.
Describe approaches if you have thought of any
These fields should satisfy the following constraints
HINT - Regex
Additional context
Good First Issue, Hacktoberfest
The text was updated successfully, but these errors were encountered: