You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
something database need strong password, e.g. sqlserver, this is an error I got:
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 initializationThe text was updated successfully, but these errors were encountered: