From c34e4823268183eac476072a8aa87a2756529a29 Mon Sep 17 00:00:00 2001
From: 
 "https://www.google.com/accounts/o8/id?id=AItOawmbuZI4n1RsTe3Yeaqb5F-yhtR7a8BWEIE"
 <Kai@web>
Date: Wed, 7 Jul 2010 10:48:36 +0000
Subject:

---
 doc/tips/howto_limit_to_admin_users.mdwn | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 doc/tips/howto_limit_to_admin_users.mdwn

diff --git a/doc/tips/howto_limit_to_admin_users.mdwn b/doc/tips/howto_limit_to_admin_users.mdwn
new file mode 100644
index 000000000..4d579327a
--- /dev/null
+++ b/doc/tips/howto_limit_to_admin_users.mdwn
@@ -0,0 +1,9 @@
+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 => '*',
-- 
cgit v1.2.3