Background
As part of a user story to Deactivate Users Who Have Not Logged In Recently, we set the value for Idle User Deactivation Duration (Days) as 1 day.
This caused all the users to be deactivated after 1 days of inactivity including system administrator accounts.
We were not able to login using any of the user accounts as a result.
Fix
- Reached out to Appian support about this issue
- Appian support provided a zip file called “ASTM_Appian_Support_Tools_Manager.zip (10.54 MB)”
- Download the attached file “ASTM_Appian_Support_Tools_Manager.zip” and unzip it into /opt/appian/latest/_admin/_scripts
- Some next steps to follow:
3.1. Go into the folder: “cd /_admin/_scripts”
3.2. Enable permission: “chmod +x ./executeAppianSupportScript.sh”
3.3. Run the following command: “./executeAppianSupportScript.sh reactivateusers –usernames site-admin”
cd /opt/appian/latest/_admin/_scripts
chmod +x ./executeAppianSupportScript.sh
./executeAppianSupportScript.sh reactivateusers --usernames site-admin

