[Zope] Raise Unauthorized?! - and logging in new users: two questions
   
    Joachim Werner
     
    joe@iuveno-net.de
       
    Mon, 6 Aug 2001 10:03:54 +0200
    
    
  
> This is a problem with HTTP basic authentication, and
> unfortunately there's nothing that Zope can do about it.
> The same problem would happen under any system that used
> HTTP basic authentication.
>
> > I am really hoping that someone has solved this problem
> > (without turning
> > to 3rd party login managers).
>
> Nope, you need a user folder that supports cookie-based
> authentication, sorry..
The easiest way ist to use Shane's "CookieCrumbler" - very easy to install
and maintain, and converts any user folder to work with cookie-based
authentication ...
Joachim