Re: [Zope] Managing Users with Postgresql.

2005-05-25 Thread Chris Withers
Fernando Lujan wrote: I know that it isn't the best solution, and now I want to change it! :) Which is the best solution to solve my problem? I found pgUserFolder. But I'm not so sure if this will be the best solution. Google for SimpleUserFolder, much simpler and easier. (and supported!)

[Zope] Managing Users with Postgresql.

2005-05-13 Thread Fernando Lujan
Hi, First let me describe my environment. I have a Postgresql database that stores all users, and booleans which describe permissions. The users log on in my application using a WebForm, I run a ZSQL Method and set all permissions in the Session. I manage the security using Session calls,