Expected vs actual behavior
Expected
- In user create screen, first name and last name seems mandatory due to asterisk but it is not. ( remove asterisk as it is an optional field )
- In user profile, do not display name if it is not set.
Steps to reproduce the bug
- Create a user without giving first, last name
- Login as the user and check user profile
Are you using the latest version of the project?
You can check your version by running helm ls|grep '^<deployment-name>' or using pctl, pctl version, and provide the output.
What is your environment setup? Please tell us your cloud provider, operating system, and include the output of kubectl version --output=yaml and helm version. Any other information that you have, eg. logs and custom values, is highly appreciated!
Expected vs actual behavior
Expected
Steps to reproduce the bug
Are you using the latest version of the project?
You can check your version by running
helm ls|grep '^<deployment-name>'or using pctl,pctl version, and provide the output.What is your environment setup? Please tell us your cloud provider, operating system, and include the output of
kubectl version --output=yamlandhelm version. Any other information that you have, eg. logs and custom values, is highly appreciated!