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 complexity requrements for set/reset - documentation, system function, and webpage description are not aligned #390

Closed
grioux-neo opened this issue Nov 25, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@grioux-neo
Copy link
Contributor

Describe the bug
Password complexity requirements description and functionality are misaligned. Documentation states passwords must be at least 11 characters in length, password reset page states passwords must be at least 8 characters in length, and the client page checks for at least 8 characters. Additionally, code specifies password history of 3, but no error message appears when recent passwords are attempted to be set.

Expected behavior
Documentation, code, system capability, and user feedback regarding password policy should all be aligned and clearly articulated. This should provide clear communication to the user and remove functionality to repeatedly request actions.

@grioux-neo grioux-neo added the bug Something isn't working label Nov 25, 2023
@r-a303931
Copy link
Member

Fixed by #394

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants