]> sipb.mit.edu Git - ikiwiki.git/blob - doc/tips/howto_limit_to_admin_users.mdwn
new version of the ikiwiki vim plugin. docs upgraded. new forum post
[ikiwiki.git] / doc / tips / howto_limit_to_admin_users.mdwn
1 Enable [[plugins/lockedit]] in your setup file.
2
3 For example:
4
5     add_plugins => [qw{goodstuff table rawhtml template embed typography sidebar img remove lockedit}],
6
7 And to only allow admin users to edit the page, simply specify a pagespec for everything in the .setup:
8
9     locked_pages => '*',