aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/How_can_I_invert_the_banned__95__user_check__63__.mdwn
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>2014-02-18 08:12:41 -0400
committeradmin <admin@branchable.com>2014-02-18 08:12:41 -0400
commit6a9e0b8bce25c65cdbcd80f01b064acd153c1bdb (patch)
treee509a2e904fa1f3f7245dd5e1082c44b307c8516 /doc/forum/How_can_I_invert_the_banned__95__user_check__63__.mdwn
parent4075cf25caf365f89c12b9c02f1e013a0cc2776a (diff)
downloadikiwiki-6a9e0b8bce25c65cdbcd80f01b064acd153c1bdb.tar
ikiwiki-6a9e0b8bce25c65cdbcd80f01b064acd153c1bdb.tar.gz
use adminuser
Diffstat (limited to 'doc/forum/How_can_I_invert_the_banned__95__user_check__63__.mdwn')
-rw-r--r--doc/forum/How_can_I_invert_the_banned__95__user_check__63__.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/How_can_I_invert_the_banned__95__user_check__63__.mdwn b/doc/forum/How_can_I_invert_the_banned__95__user_check__63__.mdwn
index dc9c2542f..90cd7f75c 100644
--- a/doc/forum/How_can_I_invert_the_banned__95__user_check__63__.mdwn
+++ b/doc/forum/How_can_I_invert_the_banned__95__user_check__63__.mdwn
@@ -6,3 +6,21 @@ Trying to lockdown a wiki so that it can only be edited by certain users and fig
in my config but it doesn't work. I'm sure I must be doing something daft?
PS: the user is authenticated via 'httpauth', would that make a difference?
+
+> That's not how `banned_users` works. Make yourself an admin:
+>
+> adminuser:
+> - myadmin
+>
+> and disallow editing by non-admins:
+>
+> locked_pages: '*'
+>
+> You can enable the `opendiscussion` and/or `anonok` plugins if you want
+> unprivileged users, perhaps logging in with an OpenID, to be able to
+> edit discussion pages (if enabled via `discussion`) or post comments.
+>
+> You can also relax the `locked_pages` setting if you want unprivileged
+> users to be able to edit certain areas of the site.
+>
+> --[[smcv]]