[Validation on User Model] #50
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
We need to add validation on user model attributes:
first_name
last_name
to only include the alphabetic characters like from
a-z
.Approach:
We can use the
regex
for validationLinked Issues:
#46
Blocks:
The below issues are blocked by this issue:
#51
The text was updated successfully, but these errors were encountered: