log login attempts

This commit is contained in:
Thomas Rudin 2018-12-13 11:35:39 +01:00
parent 8686118047
commit 9d26ea52da

View File

@ -8,6 +8,7 @@ local channel
-- auth request from webmail
local auth_handler = function(auth)
local handler = minetest.get_auth_handler()
minetest.log("action", "[webmail] auth: " .. auth.name)
local success = false
local entry = handler.get_auth(auth.name)