diff options
author | zac.berkowitz@f85800e8d61eebb487e7d42bfbc280ac20f9bfa4 <zacberkowitz@web> | 2016-02-26 18:02:32 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-02-26 18:02:32 -0400 |
commit | 6e448a5b1ea12f44753bab5776e99037d33f8638 (patch) | |
tree | c1d9711d7678efaed31f7b02b9195cc8dd3177b8 /doc | |
parent | 5736fae84648eaf4ddb3e06527550df994dab645 (diff) | |
download | ikiwiki-6e448a5b1ea12f44753bab5776e99037d33f8638.tar ikiwiki-6e448a5b1ea12f44753bab5776e99037d33f8638.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/lockedit_help.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/forum/lockedit_help.mdwn b/doc/forum/lockedit_help.mdwn new file mode 100644 index 000000000..60decf0ab --- /dev/null +++ b/doc/forum/lockedit_help.mdwn @@ -0,0 +1,22 @@ +I'm having some trouble getting the lockedit plugin to work as I'd expect. + +We have a small in-house wiki that should be public-viewable, but only editable by a few users. +I've added these users to the `adminuser` keyword in my `.setup` file: + + adminuser: + - user1 + - user2 + - user3 + +`lockedit` is enabled: + + add_plugins: + - lockedit + +And the `locked_pages` is set to '*': + + locked_pages: '*' + +However, I can still edit all pages using any user. To test I simply created a new user +by attempting to edit a page while not logged in. After creating the user I could edit the +page. |