+-------[ John Huttley ]----------------------
| 
| Hi, I'm recoding an existing php e-commerce app in zope as my first
| project
|
| I'm at the point where I've installed the exUserFolder product to
| authenticate against an external SQL database.
| 
| However, I need to hold some additional information in the user object.
| 
| It seems to me that I have to change the exUserFolder product code to
| add this to the class.

All you need to do is configure a property source.

You can store properties in the ZODB or in SQL, or pretty much anywhere.

-- 
Andrew Milton
[EMAIL PROTECTED]
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to