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've figured out

[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

[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 clue