aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki/pagespec
diff options
context:
space:
mode:
authorjustin <justin@web>2009-01-21 23:37:55 -0500
committerJoey Hess <joey@kitenet.net>2009-01-21 23:37:55 -0500
commit89587a07f42626ef74853f95d039cf3857694210 (patch)
tree13f95a716f4ef7a39f376f546a27c97b7e5a4f7d /doc/ikiwiki/pagespec
parentd2579c0c12df0c6a8c11310ea64ad40bc9da6b8b (diff)
downloadikiwiki-89587a07f42626ef74853f95d039cf3857694210.tar
ikiwiki-89587a07f42626ef74853f95d039cf3857694210.tar.gz
question on locked_pages and users() in pagespec
Diffstat (limited to 'doc/ikiwiki/pagespec')
-rw-r--r--doc/ikiwiki/pagespec/discussion.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ikiwiki/pagespec/discussion.mdwn b/doc/ikiwiki/pagespec/discussion.mdwn
index 0733c90c8..835546a6b 100644
--- a/doc/ikiwiki/pagespec/discussion.mdwn
+++ b/doc/ikiwiki/pagespec/discussion.mdwn
@@ -65,3 +65,7 @@ How can I fix this? --[[sabr]]
> I don't see why that wouldn't work. Can I download the source to your
> wiki from somewhere to investigate? --[[Joey]]
+
+----
+
+Should negation work with user(), with locked_pages in setup? I experimented with setting locked_pages => 'user(someuser)' and was able to edit as a different user. However, setting locked_pages => '!user(someuser)' doesn't seem to allow edits for only 'someuser' - it locks out all users.