view mod_log_auth/mod_log_auth.lua @ 598:36b3ecebdc7e

mod_register_json: de-reverting change to use configmanager again (trace happened), also changed cleanup function name to avoid mismatches (??)
author Marco Cirillo <maranda@lightwitch.org>
date Thu, 09 Feb 2012 00:44:46 +0000
parents 41feaf7fd8ac
children 608d9019b0de
line wrap: on
line source


module:hook("authentication-failure", function (event)
	module:log("info", "Failed authentication attempt (%s) from IP: %s", event.condition, event.session.ip);
end);