mirror of
https://github.com/documize/community.git
synced 2025-07-20 13:49:42 +02:00
improved event logging
This commit is contained in:
parent
92eca1a1ce
commit
2d5b8e652f
13 changed files with 1882 additions and 4 deletions
|
@ -556,8 +556,9 @@ const (
|
|||
EventTypeUserDelete EventType = "removed-user"
|
||||
EventTypeUserPasswordReset EventType = "reset-user-password"
|
||||
EventTypeAccountAdd EventType = "added-account"
|
||||
EventTypeSystemLicense EventType = "changed-license"
|
||||
EventTypeSystemAuth EventType = "changed-auth-config"
|
||||
EventTypeSystemLicense EventType = "changed-system-license"
|
||||
EventTypeSystemAuth EventType = "changed-system-auth"
|
||||
EventTypeSystemSMTP EventType = "changed-system-smtp"
|
||||
EventTypeSessionStart EventType = "started-session"
|
||||
EventTypeSearch EventType = "searched"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue