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

Password validation inconsistent: minimum 6 or 8? #846

Open
mccalluc opened this issue Sep 1, 2023 · 0 comments
Open

Password validation inconsistent: minimum 6 or 8? #846

mccalluc opened this issue Sep 1, 2023 · 0 comments

Comments

@mccalluc
Copy link

mccalluc commented Sep 1, 2023

If a very short password is provided, the UI returns two different error messages in different places:

  • Your password must be at least 6 characters long
  • This password is too short. It must contain at least 8 characters

Rather than focusing on the discrepancy, I'd suggest clarifying which part of the code is responsible for input validation, and just remove the other part.

(I'm running the CI docker compose locally on a fresh checkout, if that makes a difference.)

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

1 participant