]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/forum/How_can_I_invert_the_banned__95__user_check__63__.mdwn
(no commit message)
[ikiwiki.git] / doc / forum / How_can_I_invert_the_banned__95__user_check__63__.mdwn
index 90cd7f75c6c0f3d10c5ee02188fc7828b6dfc43a..2436b2e56ba5f117816bd96d20ad402b86c09085 100644 (file)
@@ -24,3 +24,10 @@ PS: the user is authenticated via 'httpauth', would that make a difference?
 > users to be able to edit certain areas of the site.
 >
 > --[[smcv]]
+
+>> That was my initial setup but it wasn't working and I got caught-up on the `banned_user` idea.  It would seem I was getting tricked by some credential-caching-weirdness.  Fired up another browser and `locked_pages` works perfectly.  Thanks.  -- fergus
+
+>>> Browsers generally remember HTTP auth credentials until they're closed
+>>> or get a 401 error, and don't generally have a way to "log out".
+>>> As far as I'm aware, there's nothing that [[plugins/httpauth]] can
+>>> do about that. --[[smcv]]