1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 20:31:41 +02:00

Fixes #4757 and adds user_ip_changed trigger.

This commit is contained in:
Cameron
2022-04-18 15:09:12 -07:00
parent b7e0b562a6
commit 64b1cdcbc2
3 changed files with 25 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ define("NU_LAN_7", "User social signup");
define("NU_LAN_8", "User views profile");
define("NU_LAN_9", "User edits profile");
define("NS_LAN_1", "Security Events");
define("NS_LAN_2", "IP banned for flooding site");
define("NS_LAN_3", "IP banned for multiple failed login attempts");
@@ -47,4 +48,5 @@ define("NF_LAN_2", "File uploaded by user");
define("LAN_NOTIFY_01", "Events");
define("NU_LAN_10", "User IP changed");