On Tuesday 28 March 2006 20:55, David Johnson wrote: > Does anyone have an ILoginPassword/BasicAuthAdapter implementation? I > posted earlier, but no-one responded. I am stumped on this one. > > I implemented the example from Phillip's book with no success. Various > attempts to correct the apparent problems just produce more errors, so I > figure it is outdated.
The code in the books covers the old zope.app.pluggableauth package. The newer zope.app.authentication package works differently, but allows you to implement only small parts of the authentication system. The *.txt files in that package are pretty good. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
