diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2014-05-23 18:02:08 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-05-23 18:02:08 -0400 |
commit | b2233542b7f48ea6ac4a1f1282306c6e7c7eb716 (patch) | |
tree | 31e9e6af12d51cfb5719ae5a362919c0b139b5fe | |
parent | fd881ff462c1644be88f99f96261946ba4f5dfc0 (diff) | |
download | ikiwiki-b2233542b7f48ea6ac4a1f1282306c6e7c7eb716.tar ikiwiki-b2233542b7f48ea6ac4a1f1282306c6e7c7eb716.tar.gz |
Added a comment
-rw-r--r-- | doc/forum/Error___34__is_locked_and_cannot_be_edited__34__/comment_1_dc99a921813d4f8adf797a900ee0a2c1._comment | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/Error___34__is_locked_and_cannot_be_edited__34__/comment_1_dc99a921813d4f8adf797a900ee0a2c1._comment b/doc/forum/Error___34__is_locked_and_cannot_be_edited__34__/comment_1_dc99a921813d4f8adf797a900ee0a2c1._comment new file mode 100644 index 000000000..7aed7a21e --- /dev/null +++ b/doc/forum/Error___34__is_locked_and_cannot_be_edited__34__/comment_1_dc99a921813d4f8adf797a900ee0a2c1._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="http://smcv.pseudorandom.co.uk/" + nickname="smcv" + subject="comment 1" + date="2014-05-23T22:02:07Z" + content=""" +I believe that error message indicates that the [[plugins/lockedit]] +plugin is preventing editing. Either make the user account you're +trying to use into a wiki admin via the `adminuser` setting: + + # either or both of these + adminuser: + - yourname + - http://your-openid.example.com/ + +or allow that user to edit pages by altering the `locked_pages` +setting. +"""]] |