mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Fixes #1684 - Issue logging in with email address and strong encryption active.
This commit is contained in:
@@ -28,8 +28,8 @@ define("LAN_AUDIT_LOG_009", "");
|
||||
define("LAN_AUDIT_LOG_010", "User data changed by admin");
|
||||
define("LAN_AUDIT_LOG_011", "User signed up");
|
||||
define("LAN_AUDIT_LOG_012", "User confirmed registration");
|
||||
define("LAN_AUDIT_LOG_013", "User logged in");
|
||||
define("LAN_AUDIT_LOG_014", "User logged out");
|
||||
define("LAN_AUDIT_LOG_013", "User login");
|
||||
define("LAN_AUDIT_LOG_014", "User logout");
|
||||
define("LAN_AUDIT_LOG_015", "User changed display name");
|
||||
define("LAN_AUDIT_LOG_016", "User changed password");
|
||||
define("LAN_AUDIT_LOG_017", "User changed email address");
|
||||
|
Reference in New Issue
Block a user