diff options
author | justin <justin@web> | 2009-01-21 23:37:55 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-01-21 23:37:55 -0500 |
commit | 89587a07f42626ef74853f95d039cf3857694210 (patch) | |
tree | 13f95a716f4ef7a39f376f546a27c97b7e5a4f7d /doc/ikiwiki | |
parent | d2579c0c12df0c6a8c11310ea64ad40bc9da6b8b (diff) |
question on locked_pages and users() in pagespec
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/pagespec/discussion.mdwn | 4 |
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. |