plane icon indicating copy to clipboard operation
plane copied to clipboard

[bug]: Password Validation Failure for Compliant Passwords

Open ravansagar opened this issue 1 week ago • 1 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Current behavior

As per the UI, the password must contain:

  • Min 8 characters
  • Min 1 upper-case letter
  • Min 1 lower-case letter
  • Min 1 number
  • Min 1 special character

Steps to reproduce

  1. Navigate to User Settings > Security > Change Password.
  2. Enter the current valid password.
  3. Enter a new password that meets all criteria (Example used: SecurePassword123!).
  4. Click "Update Password."
  5. Observed Result: The system displays an error: "Password validation failed."
  6. Expected Result: The password should be accepted, and the user profile should be updated.

Environment

Deploy preview

Browser

Mozilla Firefox

Variant

Cloud

Version

v1.2.1

ravansagar avatar Jan 09 '26 04:01 ravansagar