Is there a way to check when the Idle User Deactivation happened?

I am looking forward to create a notification for some users before the Idle User Deactivation process run. Is there a way to check when the Idle User Deactivation happened?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    In agreement with Shubham, I went ahead and implemented my own system for this about 1 year ago, which tracks user logins manually per site/page (and does a nightly recap read-through of the login-audit CSV file and writes a dummy entry for any valid logins that may have been missed somehow), and a custom-designed process runs through and deactivates any users with no login for >60 days, writing various database entries for tracking purposes.

    AFAIK one of the log files (user management) might reflect the appian-internal one, but I'm not sure.

Reply
  • 0
    Certified Lead Developer

    In agreement with Shubham, I went ahead and implemented my own system for this about 1 year ago, which tracks user logins manually per site/page (and does a nightly recap read-through of the login-audit CSV file and writes a dummy entry for any valid logins that may have been missed somehow), and a custom-designed process runs through and deactivates any users with no login for >60 days, writing various database entries for tracking purposes.

    AFAIK one of the log files (user management) might reflect the appian-internal one, but I'm not sure.

Children