Tom Twyman wrote:
Hello all!

I am trying to construct a login page.

Look for SimpleUserFolder and CookieCrumbler ;-)

I have users registering on the site using ZPT, python script, and ZSQL methods, and their account information is held in a table ("clients") in a psql database. Now, I want to be able to garner their clientid (primary key) during login, and pass it as an argument to another page.

Use Zope's security model, it's one of it's key features and gets you a LOT for free...

cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
           - http://www.simplistix.co.uk
_______________________________________________
ZPT mailing list
ZPT@zope.org
http://mail.zope.org/mailman/listinfo/zpt

Reply via email to