Revolving around the core of technology
Document ID: | 5424 |
---|---|
Subject: | How to force users to change their passwords periodically in SynaMan |
Creation date: | 1/6/21 5:55 AM |
Last modified on: | 1/6/21 6:03 AM |
Many companies require their users to change their passwords periodically. Use the following method to accomplish this task.
AppConfig.xml
file in $INSTALL_DIR\config
folder. $INSTALL_DIR refers to the folder where SynaMan is installed, which is usually C:\SynaMan on Windows and /opt/SynaMan on LinuxAppConfig.xml
in any editor, such as NotepadpwdExpirationDays
and set its value to the number of days you want the password to expire. For example, setting this to 90 days will enforce every user to change their password every 3 months.<parameter name="pwdExpirationDays" type="2" value="90"></parameter>
Do you have a helpful tip related to this document that you'd like to share with other users?