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

NEW Give feedback of password strength #11417

Draft
wants to merge 1 commit into
base: 6
Choose a base branch
from

Conversation

emteknetnz
Copy link
Member

@emteknetnz emteknetnz commented Oct 3, 2024

Issue #11413

This PR is part of a POC to give UX feedback of the new password

@GuySartorelli
Copy link
Member

You might want to add a bit of a description about what you're actually doing here, because it's clearly more than just changing the default from "strong" to "medium"

@emteknetnz
Copy link
Member Author

Updated description, this PR is just a POC

@christopherdarling
Copy link
Contributor

Many users won't really understand what medium / strong passwords are and maybe what's missing to meet the medium strength. Is it possible to include in the notice some feedback of what is missing? or maybe if easier, what the medium strength criteria is?

@GuySartorelli
Copy link
Member

The criteria is entropy based for the default password validator in CMS 6, so it's not a matter of meeting specific rules like "must have at least 15 characters total" or "must have at least one number" - and since we're using symfony's validation component for it they could change the specific implementation details at any time. Any specific details we give would be verbose and prone to becoming outdated.

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

Successfully merging this pull request may close these issues.

3 participants