MISP / MISP

MISP (core software) - Open Source Threat Intelligence and Sharing Platform
https://www.misp-project.org/
GNU Affero General Public License v3.0
5.26k stars 1.38k forks source link

Flag users that have been dormant for x days #6546

Open iglocska opened 3 years ago

iglocska commented 3 years ago

Should be a configurable setting. Highlighting users that are inactive for prolonged periods could be helpful for doing some housekeeping on the user accounts.

chrisinmtown commented 3 years ago

Please define dormant. Time since last logged in on web UI? Time since last REST API request? The system tracks date of last_login, but I'm not sure at all certain it tracks the last REST API use.

iglocska commented 3 years ago

Any activity I'd say.

iglocska commented 3 years ago

It would mean a change to the way we log user interactions of course, but that's a rather trivial change.