We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PE 2023.7.0 has some documentation for password complexity parameters. The problem is those are actually variables, not parameters:
$number_of_previous_passwords $special_characters_required $lowercase_letters_required $password_minimum_length $login_minimum_length $username_substring_match $substring_character_limit $letters_required $numbers_required $uppercase_letters_required
Those variables should be class parameters.
I would like to provide a patch or even a PR but the PE license doesn't allow it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
PE 2023.7.0 has some documentation for password complexity parameters. The problem is those are actually variables, not parameters:
Expected Behavior
Those variables should be class parameters.
Steps to Reproduce
Additional Context
I would like to provide a patch or even a PR but the PE license doesn't allow it.
The text was updated successfully, but these errors were encountered: