RE: [Zope] Q: LoginManager and SQL-US?

2000-06-28 Thread Wilkinson Charlie E
Title: RE: [Zope] Q: LoginManager and SQL-US? Thanks to Dan Pierson and J.Atwood for pointing me at the GUF/SQL howto.  I've beating my head against LM since.  I even looked at the source code (which might be more useful if I spoke Python... Anyway, here's what I think I'

[Zope] Q: LoginManager and SQL-US?

2000-06-13 Thread Dan L. Pierson
Wilkinson Charlie E writes: > 1. Can LoginManager be (easily?) made to meet my specific need? Probably, it includes a GenericUserSource, which is essentially a clone of Generic User Folder (see below). > 2. Has anyone done an SQL UserSource yet, or can anyone > give me a clu

Re: [Zope] Q: LoginManager and SQL-US?

2000-06-13 Thread J. Atwood
I think this is what you want... http://www.zope.org/Members/hippy/GUF_SQL_crypt_1_2 How To: Use GenericUserFolder with an SQL database Version 1.1 J From: Wilkinson Charlie E <[EMAIL PROTECTED]> Date: Tue, 13 Jun 2000 11:29:48 -0400 To: [EMAIL PROTECTED] Subject: [Zope] Q: LoginManag

[Zope] Q: LoginManager and SQL-US?

2000-06-13 Thread Wilkinson Charlie E
Title: Q: LoginManager and SQL-US? Ok, I've got this legacy database app (VisualBasic and Access - Bleck!) that I'm moving to Apache/Zope/PostgreSQL.  One of the existing database tables is user info, i.e. userid, password, real name, an "account disabled" boolean, etc. I've figured out a re