Setting a Password Expiration Duration
To specify the duration after which passwords expire, follow these steps:
SSH into your HMG or HSG, and elevate to root.
Create the file:
/opt/havision/madra/data/password_settings.json
Add the following content to the file, where the integer value represents the number of days after which passwords expire. The value must be between 1 and 90.
CODE{ "lifespan":2 }
When the password of the operator or user account expires, the password must be changed by the haiadmin account.
To remove the password expiration, delete the /opt/havision/madra/data/password_settings.json
file.