Mercurial > prosody-wiki
comparison mod_lastlog.wiki @ 303:d745b203cbbd
add page fro mod_lastlog
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 20 Aug 2012 13:56:53 +0200 |
parents | |
children | 87df2ef1ee59 |
comparison
equal
deleted
inserted
replaced
302:275c3ab5805b | 303:d745b203cbbd |
---|---|
1 #summary Log last login time | |
2 | |
3 = Introduction = | |
4 | |
5 Simple module that stores the timestamp of when a user logs in. | |
6 | |
7 = Usage = | |
8 | |
9 As with all modules, copy it to your plugins directory and then add it to the modules_enabled list: | |
10 | |
11 {{{ | |
12 modules_enabled = { | |
13 -- ... | |
14 "lastlog", | |
15 -- ... | |
16 } | |
17 }}} | |
18 | |
19 = Configuration = | |
20 | |
21 Setting `lastlog_ip_address` to true will make the module also log the IP address of the user. | |
22 | |
23 = Compatibility = | |
24 || 0.9 || Works after hg:55b61221ecb8 || |