audit logs for failed login attempts (#4564)

* audit logs for failed login attempts

* updating ee ref
This commit is contained in:
Alexander Petric
2024-10-22 02:42:12 +02:00
committed by GitHub
parent 6cbfd1bad1
commit 68de33b910
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
ce38a7f85ca257c48471c46e3811a1281d9e2f27
d61c163e0a311ecd86d1398aff883eaea8d0b09a
+1
View File
@@ -10735,6 +10735,7 @@ components:
- "users.delete"
- "users.update"
- "users.login"
- "users.login_failure"
- "users.logout"
- "users.accept_invite"
- "users.decline_invite"
@@ -241,6 +241,7 @@
USERS_SETPASSWORD: 'users.setpassword',
USERS_UPDATE: 'users.update',
USERS_LOGIN: 'users.login',
USERS_LOGIN_FAILURE: 'users.login_failure',
USERS_LOGOUT: 'users.logout',
USERS_ACCEPT_INVITE: 'users.accept_invite',
USERS_DECLINE_INVITE: 'users.decline_invite',