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

Minimum password strength does not apply when logging in #271

Open
johnbillion opened this issue Jun 13, 2023 · 0 comments
Open

Minimum password strength does not apply when logging in #271

johnbillion opened this issue Jun 13, 2023 · 0 comments
Labels
bug Existing functionality isn't behaving as expected to refine Issues needing refinement.

Comments

@johnbillion
Copy link
Member

johnbillion commented Jun 13, 2023

The minimum password strength configuration only applies when a user attempts to change their password. This means it's possible for a user to retain a weak password despite the minimum strength setting being increased.

Ideally the minimum password strength check should also be performed at the point where a user successfully logs in, and if their password is too weak they should be required to perform a password reset before being able to proceed.

@johnbillion johnbillion added the bug Existing functionality isn't behaving as expected label Jun 13, 2023
@mikelittle mikelittle added the to refine Issues needing refinement. label Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Existing functionality isn't behaving as expected to refine Issues needing refinement.
Projects
None yet
Development

No branches or pull requests

2 participants