question on locked_pages and users() in pagespec

master
justin 2009-01-21 23:37:55 -05:00 committed by Joey Hess
parent d2579c0c12
commit 89587a07f4
1 changed files with 4 additions and 0 deletions

View File

@ -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.