Skip to content

Security policy

Security policy (Configuration β†’ Security Policy) configures password requirements and account lockout behavior for local accounts. Directory and OIDC accounts are governed by their upstream identity provider and are unaffected by these settings. Only users with the System Administrator role can access this page.

Password policy

Password rules are checked when a local password is first set and whenever it is changed. Existing passwords are not re-validated when the policy is tightened β€” only the next password change will enforce the stricter rules.

SettingEnforcesDefault
Minimum LengthMinimum number of characters8
Require DigitAt least one digit (0–9)Enabled
Require UppercaseAt least one uppercase letter (A–Z)Enabled
Require LowercaseAt least one lowercase letter (a–z)Enabled
Require Non-AlphanumericAt least one special character (e.g. @, #, !)Enabled

Account lockout

After Max Failed Attempts consecutive failed sign-ins, the local account is locked for Lockout Duration minutes. Successful sign-in resets the counter.

A locked account unlocks automatically when the duration elapses. An administrator can also unlock it immediately from the user’s row in user management β€” useful when you know the lockout was caused by a typo or a stale saved password rather than a real attack.