fixed

Fixed: Password requirements display inconsistency

[v 1.0.0] – 2025-04-11

🐛 Fixed

CLR - Password Requirements

  • Alert message inconsistency: Fixed issue where the password requirements alert stated "12 characters" while the screen displayed "minimum 8 characters".
  • Requirements display: Corrected password requirements to show consistent messaging across alert and profile edit screen.

⚡ Improved

  • Password validation: Updated password requirements display to match actual validation rules:
    • Minimum 12 characters in length
    • At least one lowercase letter (a-z)
    • At least one uppercase letter (A-Z)
    • At least one digit (0-9)
    • At least one special character (any non-alphanumeric character)
    • Cannot be the same as the current password
  • User clarity: Profile edit screen now shows consistent password requirements messaging.

📋 Technical Details

  • Issue: Alert message said "12 characters" but screen showed "minimum 8"