Mercurial > prosody-modules
view mod_log_auth/mod_log_auth.lua @ 421:816d8e3e83a3
mod_auth_phpbb3: A little refactoring.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sun, 11 Sep 2011 22:53:35 +0500 |
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);