diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkg1ahb9sRpZyQp1wuvxpk__x_6llBY5pE <Fergus@web> | 2014-02-18 08:00:11 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-02-18 08:00:11 -0400 |
commit | 4075cf25caf365f89c12b9c02f1e013a0cc2776a (patch) | |
tree | 74993072dff67d720a28ac7fece740746a9af03f | |
parent | 974a786709aace32e1c914b18c93cafb9cf762b1 (diff) | |
download | ikiwiki-4075cf25caf365f89c12b9c02f1e013a0cc2776a.tar ikiwiki-4075cf25caf365f89c12b9c02f1e013a0cc2776a.tar.gz |
Add forum query about using an inverted banned_user list.
-rw-r--r-- | doc/forum/How_can_I_invert_the_banned__95__user_check__63__.mdwn | 8 |
1 files changed, 8 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 new file mode 100644 index 000000000..dc9c2542f --- /dev/null +++ b/doc/forum/How_can_I_invert_the_banned__95__user_check__63__.mdwn @@ -0,0 +1,8 @@ +Trying to lockdown a wiki so that it can only be edited by certain users and figured I'd just set + + banned_users: + - !user(myadmin) + +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? |