log login attempts
This commit is contained in:
parent
8686118047
commit
9d26ea52da
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user