note httpauth weirdness

master
http://smcv.pseudorandom.co.uk/ 2014-02-18 11:08:28 -04:00 committed by admin
parent 442c53fc2d
commit 665f32302f
1 changed files with 5 additions and 0 deletions

View File

@ -26,3 +26,8 @@ PS: the user is authenticated via 'httpauth', would that make a difference?
> --[[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]]