aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-07-07 13:58:19 -0400
committerJoey Hess <joey@kitenet.net>2010-07-07 13:58:19 -0400
commit8ce11b51f85a08e6dd426b3855b06e5e3ce09f55 (patch)
treed7de4772afc74010158f3974a7b881907d222039
parentb1f7aac8ec81490415d487b7db09d03675a7890b (diff)
parentc34e4823268183eac476072a8aa87a2756529a29 (diff)
downloadikiwiki-8ce11b51f85a08e6dd426b3855b06e5e3ce09f55.tar
ikiwiki-8ce11b51f85a08e6dd426b3855b06e5e3ce09f55.tar.gz
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r--doc/bugs/support_for_openid2_logins.mdwn2
-rw-r--r--doc/tips/howto_limit_to_admin_users.mdwn9
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/support_for_openid2_logins.mdwn b/doc/bugs/support_for_openid2_logins.mdwn
index 139a53760..a71ed7ba9 100644
--- a/doc/bugs/support_for_openid2_logins.mdwn
+++ b/doc/bugs/support_for_openid2_logins.mdwn
@@ -20,3 +20,5 @@ However both Perl OpenID 2.x implementations have not been released and are inco
> I've tested with yahoo, and it works with the updated module. Sweet and
> [[done]] --[[Joey]]
+
+## A quick fix for the impatient running stable is simply `sudo apt-get install libnet-openid-consumer-perl -t unstable`
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 => '*',