]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/lockedit_help.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / forum / lockedit_help.mdwn
1 I'm having some trouble getting the lockedit plugin to work as I'd expect.
3 We have a small in-house wiki that should be public-viewable, but only editable by a few users.
4 I've added these users to the `adminuser` keyword in my `.setup` file:
6     adminuser:
7       - user1
8       - user2
9       - user3
11 `lockedit` is enabled:
13     add_plugins:
14       - lockedit
16 And the `locked_pages` is set to '*':
18     locked_pages: '*'
20 However, I can still edit all pages using any user.  To test I simply created a new user
21 by attempting to edit a page while not logged in.  After creating the user I could edit the
22 page.