27 Sep
2003
27 Sep
'03
9:27 a.m.
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