User Inactivity Action (Type 14) not deleting users despite successful rule trigger #2201
Unanswered
SreeragOrtseam
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to implement an automated cleanup for inactive users. My goal is to delete users who haven't logged in for more than 1 day using a scheduled event rule. The logs indicate that the rule triggers successfully and the action is executed. However, no users are actually deleted, even though I have a test user (demo-pod-as-user-3) who's last login is clearly older than 24 hours.
APIs used for creating event rule and action:
Event action triggered logs:
Test user status at this point
The Setup:
SFTPGo Version: SFTPGo 2.7.0-29c635a9-2025-10
Storage: SQLite
Open questions:
Beta Was this translation helpful? Give feedback.
All reactions