TABLE OF CONTENTS
Introduction
The default/global password policy in Znode for both Admin Console and storefronts is set to the following:
- Account Lockout Threshold: 5 attempts, can be configured in web.config
- Password Length: 8 characters
- Password Complexity: at least 8 alphanumeric characters and contain at least one number
- Password Age: 60 days, can be configured in web.config
- Password History: 4 previous passwords
Only certain attributes are configurable in the web.config file while others are only adjustable in the code in native Znode.
Available in the web.config file:
Account Lockout Threshold
Password Age
Set in the code:
Password Length and Password Complexity
Password History