mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Write to event log, when a user gets impersonated
This commit is contained in:
@@ -64,6 +64,7 @@ class SecurityEventLogEntry extends AbstractLogEntry
|
||||
6 => SecurityEvents::GOOGLE_DISABLED,
|
||||
7 => SecurityEvents::TRUSTED_DEVICE_RESET,
|
||||
8 => SecurityEvents::TFA_ADMIN_RESET,
|
||||
9 => SecurityEvents::USER_IMPERSONATED,
|
||||
];
|
||||
|
||||
public function __construct(string $type, string $ip_address, bool $anonymize = true)
|
||||
|
||||
Reference in New Issue
Block a user