mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 02:14:31 +02:00
Write to event log, when a user gets impersonated
This commit is contained in:
parent
cc1595e048
commit
8a4ede9d43
5 changed files with 80 additions and 0 deletions
|
@ -52,4 +52,6 @@ class SecurityEvents
|
|||
final public const GOOGLE_DISABLED = 'security.google_disabled';
|
||||
final public const TRUSTED_DEVICE_RESET = 'security.trusted_device_reset';
|
||||
final public const TFA_ADMIN_RESET = 'security.2fa_admin_reset';
|
||||
|
||||
final public const USER_IMPERSONATED = 'security.user_impersonated';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue