]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/tips/howto_limit_to_admin_users.mdwn
remove the small buttons for livejournal/flickr/wordpress/aol
[git.ikiwiki.info.git] / doc / tips / howto_limit_to_admin_users.mdwn
1 Enable [[plugins/lockedit]] in your setup file.
3 For example:
5     add_plugins => [qw{goodstuff table rawhtml template embed typography sidebar img remove lockedit}],
7 And to only allow admin users to edit the page, simply specify a pagespec for everything in the .setup:
9     locked_pages => '*',