Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made first_name and last_name mandatory in UserAdd #2447

Merged
merged 2 commits into from
Jun 4, 2022
Merged

Conversation

khavinshankar
Copy link
Member

Fixes #2362

Made first name and last name fields mandatory and also added validations to first name and last name fields in user creation form.

first name and last name fields can only contain letters from a-z, A-Z and space.

image
image

Note: first name and last name fields are only made mandatory in the frontend and it is still optional in the backend

@nihal467
Copy link
Member

iuhuhi

@khavinshankar @gigincg test failed, it is not accepting name

@nihal467
Copy link
Member

test approved

@gigincg gigincg merged commit 39c9dcc into develop Jun 4, 2022
@khavinshankar khavinshankar deleted the fix#2362 branch November 13, 2022 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make first name and last name required for user creation
3 participants