Re: [Zope-dev] SQL user source, how is this?

2000-10-16 Thread Phillip J. Eby
At 01:28 PM 10/16/00 -0400, Harry Henry Gebel wrote: > >1. Am I doing anything wrong that will bite me later, especially I have not >implemented all of the cache* methods called in GenericUserFolder because I >don't understand what these do or what they are for. Are these important >for my product

[Zope-dev] SQL user source, how is this?

2000-10-16 Thread Harry Henry Gebel
I am writing a UserSource that gets it's information from an SQL database, here it is: ''' CCUserSource, a LoginManager user source for the # project. ''' from sha import sha from Products.LoginManager.UserSources import BasicUserSource class CCUserSource(BasicUserSource): """ CCUserSou