303
|
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 || |