From 283709204b3a677b570a674535d830b94e2f3696 Mon Sep 17 00:00:00 2001 From: gpcf Date: Sat, 27 Jul 2024 22:29:34 +0200 Subject: Log passwordless login attempts --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 213778c..29c12fb 100644 --- a/init.lua +++ b/init.lua @@ -289,6 +289,7 @@ minetest.register_on_prejoinplayer(function(name, ip) date, e.reason) end if minetest.player_exists(name) and not xban.has_password(name) then + ACTION("Passwordless account %s attempted to log in", name) return "This account has been deactivated. Please, contact the server owner on the forums." end if minetest.settings:get("moderate_new_accounts") and not minetest.player_exists(name) then -- cgit v1.2.3