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

[Improvement] passwordGenerationPolicy support both upper and lower case guaranteed #8837

Open
lynnleelhl opened this issue Jan 21, 2025 · 1 comment
Assignees
Labels
kind/enhancement New feature or request

Comments

@lynnleelhl
Copy link
Contributor

something database need strong password, e.g. sqlserver, this is an error I got:

Password validation failed. The password does not meet SQL Server password policy requirements because it is not complex enough. The password must be at least 8 characters long and contain characters from three of the following four sets: Uppercase letters, Lowercase letters, Base 10 digits, and Symbols.

in systemAccounts field, letterCase: MixedCases means possible to have upper or lower case, but not guaranteed to have them both, sometimes I will get a password with all upper case letters, that may fail the initialization

@shanshanying
Copy link
Contributor

@yipeng1030 pls help fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants