[Zope-dev] (no subject)

Eric Kidd eric.kidd@pobox.com
Thu, 24 Jun 1999 20:11:41 -0400


On Thu, Jun 24, 1999 at 01:23:19PM -0700, Will Fife wrote:
> Lets say that my root folder is protected through the normal zope
> authentication, and I have a folder off of it called "spam" that is
> protected using the UserDb module with cookie authentication.

This particular combaination tends to work very poorly. Convert UserDB to
password authentication (or even roll your own authentatication system
separate from Zope's) and you'll have better results.

Cheers,
Eric