aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/howto_limit_to_admin_users.mdwn
blob: 556718d44e231d4b5bf1e55ea9f4057923d563f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
[[!meta date="2010-07-07 10:48:36 +0000"]]

Enable [[plugins/lockedit]] in your setup file.

For example:

    add_plugins => [qw{goodstuff table rawhtml template embed typography sidebar img remove lockedit}],

And to only allow admin users to edit the page, simply specify a pagespec for everything in the .setup:

    locked_pages => '*',