Disable (and optionally delete) users after inactivity #21633
simonech
started this conversation in
Features and ideas
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.
-
Problem statement
When users leave an organisation (role change, contract end, termination, etc.), administrators are expected to disable or delete their accounts.
In practice, this step is sometimes forgotten. As a result:
Proposed ideas
1. Disable users after inactivity
Introduce a configurable inactivity threshold:
2. Optional deletion after extended inactivity
Optionally, disabled users could be:
3. Smarter / adaptive inactivity detection (optional)
Beyond a fixed threshold, a more advanced approach could be considered:
(e.g. a user who logs in daily and suddenly stops for several weeks)
This could help identify accounts that are no longer actively used, while still allowing:
4. Visibility in the UI
Open discussion
This discussion can be used to:
Note
This ticket was discussed within the Umbraco Security & Privacy Advisors group; I’m formalising it here to gather broader feedback.
Beta Was this translation helpful? Give feedback.
All reactions