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

fix(*): Ensure consistent error messages for passwords exceeding 70 characters #7810

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sujoysb
Copy link

@sujoysb sujoysb commented Apr 19, 2024

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 #6301

Definition of Ready

  • I am happy with the code
  • Short description of the feature/issue is added in the pr description
  • PR is linked to the corresponding user story
  • Acceptance criteria are met
  • All open todos and follow ups are defined in a new ticket and justified
  • Deviations from the acceptance criteria and design are agreed with the PO and documented.
  • No debug or dead code
  • My code has no repetitions
  • Critical parts are tested automatically
  • Where possible E2E tests are implemented
  • Documentation/examples are up-to-date
  • All non-functional requirements are met
  • Functionality of the acceptance criteria is checked manually on the dev system.

Copy link

vercel bot commented Apr 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 26, 2024 4:41pm

…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os-contribution This is a contribution from our open-source community
Projects
Status: 👀 In review
Development

Successfully merging this pull request may close these issues.

Unify error messages about password being too long
2 participants