Mercurial > prosody-wiki
view mod_lastlog.wiki @ 375:ce40ff792eba
mod_s2s_log_certs: Add wiki page
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Jun 2013 20:20:24 +0200 |
parents | d745b203cbbd |
children | 87df2ef1ee59 |
line wrap: on
line source
#summary Log last login time = Introduction = Simple module that stores the timestamp of when a user logs in. = Usage = As with all modules, copy it to your plugins directory and then add it to the modules_enabled list: {{{ modules_enabled = { -- ... "lastlog", -- ... } }}} = Configuration = Setting `lastlog_ip_address` to true will make the module also log the IP address of the user. = Compatibility = || 0.9 || Works after hg:55b61221ecb8 ||