mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Enhancement: Implement comprehensive logging for user authentication events and network access restrictions
This commit is contained in:
parent
d94d615d76
commit
cb1953baf2
8 changed files with 238 additions and 18 deletions
|
|
@ -398,6 +398,11 @@ class SystemEvent(models.Model):
|
|||
('m3u_download', 'M3U Downloaded'),
|
||||
('epg_refresh', 'EPG Refreshed'),
|
||||
('epg_download', 'EPG Downloaded'),
|
||||
('login_success', 'Login Successful'),
|
||||
('login_failed', 'Login Failed'),
|
||||
('logout', 'User Logged Out'),
|
||||
('m3u_blocked', 'M3U Download Blocked'),
|
||||
('epg_blocked', 'EPG Download Blocked'),
|
||||
]
|
||||
|
||||
event_type = models.CharField(max_length=50, choices=EVENT_TYPES, db_index=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue