Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Maximize reset password SMS complexity

The password_reset.sms.default_complexity property controls the minimum required SMS code verification size required during password reset.

If the password_reset.sms.default_complexity system property isn't set to the recommended value of 6 or greater, then a weak SMS validation token is used.

Ensure the property password_reset.sms.default_complexity is set to 6 or more.

More information

AttributeDescription
Configuration namepassword_reset.sms.default_complexity
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeInteger
Recommended value6 or higher
Default value<none>
Fallback value4
CategoryAuthentication
Security risk- Severity score: - CVSS rating: - Security risk details: This increases the possibility of token guessing which could lead to account takeover.
Functional impactNone
Dependencies and prerequisitesNone

Parent Topic:Authentication