If the login form is displaying the middleware is probably set up
correctly. Which version of AuthKit are you using? Also, what happens if
you type in the wrong login details? Do you get the form again? The only
other thing I can think of is that you might be checking REMOTE_USER in
a component that is used *before* the request is passed to AuthKit and
before AuthKit has a chance to set REMOTE_USER? Also have you checked
the cookie is actually set?
Cheers,
James
Cheers,
James
pythonic wrote:
> AuthKit version is 0.4 (sorry didnt mention that earlier).
> On entering wrong login details, it comes back to the same page.
> There is no cookie set.
>
> On Mar 7, 3:53 pm, James Gardner <ja...@pythonweb.org> wrote: