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

feat: show max password length in complexity components #7810

Merged
merged 3 commits into from
May 23, 2024

Commits on Apr 26, 2024

  1. fix(*): Ensure consistent error messages for passwords exceeding 70 c…

    …haracters
    
    Resolved ambiguity in error messages by adding a check for maximum password length.
    Password validation now provides a live updating check mark or cross mark to indicate if the
    maximum length requirement is met. Additionally, clarified requirement descriptions on the
    registration page with complete sentences.
    
    Closes zitadel#6301
    Sujoy-Barua committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    723b8f4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    dc3cb89 View commit details
    Browse the repository at this point in the history
  2. lint

    eliobischof committed May 23, 2024
    Configuration menu
    Copy the full SHA
    de61b00 View commit details
    Browse the repository at this point in the history