Strong password policy
Category
Security
Summary
A strong password policy is a policy that you configure in your Mendix app that determines the minimum requirements for user passwords (E.g. length, special characters, etc.). The Mendix server will then ensure that it is not possible to create a user with a password that does not meet this policy. Strong passwords are essential if you are not using SSO. If you are using SSO, your SSO solution should already enforce a strong password policy.
Options
This check does not have any options.
Pass
Your configured password policy requires a length greater than 11, and requires the use of digits, mixed case, and symbols.
Fail
Your configured password policy requires a length less than 12, and does not require the use of digits, mixed case, and symbols.
Last updated