Contents
Display user login stats
Description
Creates a wiki table with all user names, last login timestamp, and the number of days that have passed since the last login.
See also: WikiStatsPlugin
Bugs/Feature Requests
Existing bugs and feature requests for UserStatsMacro are here.
If you have any issues, create a new ticket.
Download and Source
Download the zipped source, check out using Subversion, or browse the source with Trac.
Example
Just type [[UserStats]] in any Wiki page, you will get something like:
| User | Last Login | How long ago |
| user1 | 2008/08/29 11:42:18 | 3 day(s) |
| user2 | 2008/08/30 10:04:23 | <24h |
where the user links to a report of the user's tasks
Recent Changes
[10968] by rjollos on 12/01/11 10:54:48
Fixed typo from [7336]
[7336] by rjollos on 01/03/10 23:29:00
Adding svn:keywords
[7327] by rjollos on 01/01/10 00:11:18
Minor refactoring
[7326] by rjollos on 12/31/09 23:37:22
Changed to . Thanks anonymous. Closes #6316.

