diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-09 10:08:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-09 10:10:27 -0400 |
commit | cf707d16541c0f65519231c1ccc9a6c3a7ed8d62 (patch) | |
tree | 01965bd0064136c28b619b64305333bf4a902ed4 /doc | |
parent | 6849c8fab595e0b2c73daf3b691531cf9089de6c (diff) | |
download | ikiwiki-cf707d16541c0f65519231c1ccc9a6c3a7ed8d62.tar ikiwiki-cf707d16541c0f65519231c1ccc9a6c3a7ed8d62.tar.gz |
userlist: New plugin, lets admins see a list of users and their info.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/userlist.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/plugins/userlist.mdwn b/doc/plugins/userlist.mdwn new file mode 100644 index 000000000..1d3d38303 --- /dev/null +++ b/doc/plugins/userlist.mdwn @@ -0,0 +1,6 @@ +[[!template id=plugin name=userlist core=0 author="[[Joey]]"]] +[[!tag type/web]] + +This plugin allows wiki admins to see a list of users who have recently +used the wiki. This can be helpful to find openids of users to grant +permissions, or in dealing with spam. |