mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
log user events
This commit is contained in:
@ -6,6 +6,9 @@
|
||||
User_ChangedPassword = 1001,
|
||||
User_Enabled2fa = 1002,
|
||||
User_Disabled2fa = 1003,
|
||||
User_Recovered2fa = 1004,
|
||||
User_FailedLogIn = 1005,
|
||||
User_FailedLogIn2fa = 1006,
|
||||
|
||||
Cipher_Created = 2000,
|
||||
Cipher_Edited = 2001,
|
||||
|
Reference in New Issue
Block a user