I currently have 2800 users in a database. It contains their UserIDs and encrypted passwords. Can I either A) point Zope to MySQL to use this DB for user validation in Zope or B) import the data from the MySQL DB into Zope? Thanks Allen May MCSi Web Admin 800.842.1702 x7628
On Friday, December 28, 2001, at 02:20 , Allen May wrote:
I currently have 2800 users in a database. It contains their UserIDs and encrypted passwords.
Can I either A) point Zope to MySQL to use this DB for user validation in Zope or B) import the data from the MySQL DB into Zope?
Go with A). Use LoginManager. There are several HOWTOs on zope.org for using it with an SQL user source. Use jok's - I found it to be more straightforward. Give me a holler if it makes no sense. I've done it twice now. Zachery Bir <zbir@urbanape.com> <URL:http://www.urbanape.com/>
Go with A). Use LoginManager. There are several HOWTOs on zope.org for using it with an SQL user source. Use jok's - I found it to be more straightforward.
LoginManager has been abandoned. It is no longer developed, and AFAIK may not work with recent Zope releases. I would recommend using exUserFolder, which is working nicely and under active development. -- Milos Prudek
On Sunday, December 30, 2001, at 08:22 , Milos Prudek wrote:
Go with A). Use LoginManager. There are several HOWTOs on zope.org for using it with an SQL user source. Use jok's - I found it to be more straightforward.
LoginManager has been abandoned. It is no longer developed, and AFAIK may not work with recent Zope releases.
Argh! Really? Well, I guess I haven't used it in a while, but I assumed it would be ready to pick up again. Ah, well... Fooey.
I would recommend using exUserFolder, which is working nicely and under active development.
Cool, well, as long as there's something. Zachery Bir <zbir@urbanape.com> <URL:http://www.urbanape.com/>
participants (3)
-
Allen May -
Milos Prudek -
Zachery Bir