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

Username Validation Warning Prevents Profile Update #8811

Open
kihan2518B opened this issue Oct 17, 2024 · 1 comment
Open

Username Validation Warning Prevents Profile Update #8811

kihan2518B opened this issue Oct 17, 2024 · 1 comment

Comments

@kihan2518B
Copy link

Describe the bug
When attempting to update the user profile, the system incorrectly triggers a username validation warning, despite the provided username being valid. This prevents users from successfully updating their profile. The issue seems to be related to an incorrect validation check during the profile update process.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'user/profile'
  2. Click on 'Edit Profile'
  3. Scroll down to 'Update' button
  4. Click on 'Update' button
  5. See error

Expected behavior
The profile should update successfully without any validation errors for the username.

Screenshots

Image

@NitinPSingh
Copy link
Contributor

NitinPSingh commented Oct 17, 2024

this issue is with username "dev-districtadmin", which contains 17 characters , and Validator is configured to accept usernames with a length between 4 and 16 characters, inclusive. Update works well with other username

  • username: dev-districtadmin
  • password: Coronasafe@123
  • role: District Admin

i guess this username was created before adding validator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants