Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Whether or not the password associated with the account is considered weak. You can configure how SQL Secure detects weak passwords. Possible password health states include:

Password health resultWhat it means
BlankThe password for this login is either blank or null, which means no password is required for authentication or successful connection to databases hosted by your audited SQL Server instances.
Matches login nameThe password for this login matches the name of the login.
N/AThe password for this login was not checked, most likely because either the login is a Windows user account or weak password detection is disabled.
OKThis login most likely has a strong password because the password does not match any of the words and phrases in the Default Weak Passwords list or the additional and custom passwords you specified.
WeakThe password for this login matches one or more of the words and phrases in the Default Weak Passwords list or the additional and custom passwords you specified.

Default Language

The language that is set as the default for the user account

...