-
Notifications
You must be signed in to change notification settings - Fork 1
[Validation on User Model] #50
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
We need to add validation on user model attributes:
first_namelast_nameto only include the alphabetic characters like from
a-z.Approach:
We can use the
regexfor validationLinked Issues:
#46
Blocks:
The below issues are blocked by this issue:
#51