mirror of
https://github.com/marcus-alicia/iRedAdmin-Pro-SQL.git
synced 2026-05-31 01:19:42 +00:00
Add files via upload
This commit is contained in:
19
libs/panel/__init__.py
Normal file
19
libs/panel/__init__.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Events in admin log. Detailed comments of event names are defined in
|
||||
# templates/default/macros/general.html
|
||||
LOG_EVENTS = [
|
||||
'all',
|
||||
'login',
|
||||
'user_login',
|
||||
'active',
|
||||
'disable',
|
||||
'create',
|
||||
'delete',
|
||||
'update',
|
||||
'grant', # Grant user as domain admin
|
||||
'revoke', # Revoke admin privilege
|
||||
'backup',
|
||||
'delete_mailboxes',
|
||||
'update_wblist',
|
||||
'iredapd', # iRedAPD rejection.
|
||||
'unban', # Unban IP address
|
||||
]
|
||||
Reference in New Issue
Block a user