-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
NetBox version
v4.4.7
Feature type
Data model extension
Proposed functionality
Add a new field called ‘prior logins’ or something similar to allow for logging when users log into Netbox. It would store the value which is the last login date/time from the prior “Last Login” into a new field. The new field would be like an array of prior dates that the user has logged in,
Use case
Right now; if admins want to track usage of their Netbox instance, they will have to utilize an external platform django-tracking2 to help determine which users have logged in at what times.
This is helpful and extremely useful because admins will want to know who is using Netbox over time. Which will help show the value of Netbox to the company as well as potentially show that the team isn’t using Netbox enough.
Database changes
There would need to be a new Array Field or similar type field. This could be a field called “recent logins” that has the date and/or times that the users have logged in.
External dependencies
No response