# HG changeset patch # User Kim Alvefur # Date 1345463813 -7200 # Node ID d745b203cbbd1b24a85d61b056260f4847ccd40e # Parent 275c3ab5805bc857582649c66818252143f70a7e add page fro mod_lastlog diff -r 275c3ab5805b -r d745b203cbbd mod_lastlog.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_lastlog.wiki Mon Aug 20 13:56:53 2012 +0200 @@ -0,0 +1,24 @@ +#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 ||