amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.
https://docs.tacticalrmm.com
Other
2.92k stars 422 forks source link

Add expiration date to user accounts. #1782

Open P6g9YHK6 opened 4 months ago

P6g9YHK6 commented 4 months ago

Is your feature request related to a problem? Please describe. Some users require limited-time access to the RMM system for security reasons. However, there's currently no automated way to deactivate these accounts once their access period expires.

Describe the solution you'd like Implement a feature in the user management interface that allows administrators to specify a deactivation date and time for user accounts. This feature would automate the process of disabling accounts once the specified time limit is reached.

Alternative Consideration:

Describe alternatives you've considered manual work on the date only.