]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/tips/howto_limit_to_admin_users.mdwn
Added a comment: you can't use and/or/! inside the page() parameter, move them outside
[git.ikiwiki.info.git] / doc / tips / howto_limit_to_admin_users.mdwn
1 [[!meta date="2010-07-07 10:48:36 +0000"]]
3 Enable [[plugins/lockedit]] in your setup file.
5 For example:
7     add_plugins => [qw{goodstuff table rawhtml template embed typography sidebar img remove lockedit}],
9 And to only allow admin users to edit the page, simply specify a pagespec for everything in the .setup:
11     locked_pages => '*',