Use strong passwords that contain digits, punctuation and lowercase/uppercase characters.
Minimum allowed password length.
Minimum allowed password length.
Use digits characters.
Use digits characters.
Use lowercase characters.
Use lowercase characters.
Use punctuation characters.
Use punctuation characters.
Use uppercase characters.
Use uppercase characters.
Perform initialization of object.
Minimum allowed password length.
Password initial options.
Validate password with used settings.
Password for validation.
Result of password validation.
StaticcheckCheck digit character at password.
Password for check.
true if has one or more digit character or false - otherwise.
StaticcheckCheck lowercase character at password.
Password for check.
true if has one or more lowercase character or false - otherwise.
StaticcheckCheck minimum allowed password length.
Password for check.
Minimum allowed password length.
true if password length is greater or equal
minimum allowed password length or false - otherwise.
StaticcheckCheck punctuation character at password.
Password for check.
true if has one or more digit punctuation or false - otherwise.
StaticcheckCheck strong password with options.
Password for check.
Password options for check.
true if password is strong or false - otherwise.
StaticcheckCheck uppercase character at password.
Password for check.
true if has one or more uppercase character or false - otherwise.
Object for managing password settings.