]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/moderatedcomments.mdwn
reverted typo
[ikiwiki.git] / doc / plugins / moderatedcomments.mdwn
1 [[!template id=plugin name=moderatedcomments author="[[Joey]]"]]
2 [[!tag type/auth]]
3
4 This plugin causes [[comments]] to be held for manual moderation.
5 Admins can access the comment moderation queue via their preferences page.
6
7 By default, all comments made by anyone who is not an admin will be held
8 for moderation. The `moderate_pagespec` setting can be used to specify a
9 [[ikiwiki/PageSpec]] to match comments and users who should be moderated.
10 For example, to avoid moderating comments from logged-in users, set
11 `moderate_pagespec` to "`!user(*)`". Or to moderate everyone except for
12 admins, set it to "`!admin(*)`".