[Zope] form-based authentication
Dieter Maurer
dieter at handshake.de
Sat Sep 27 05:27:00 EDT 2003
D. Rick Anderson wrote at 2003-9-26 15:36 -0700:
> ...
> I played with SimpleUserFolder, and it works, but doesn't have any
> method for form-based auth that I could figure out.
Put "CookieCrumbler" before SUF. This is nowadays the standard way
to combine form based login with UserFolders (as it is the modular
approach -- combine orthogonal features rather than reimplement them
directly as pairs over and over again).
Dieter
More information about the Zope
mailing list