5 May
2002
5 May
'02
8:36 p.m.
Dennis Allison writes:
I am building a Zope site where a manager enrolls users. A manager completes a form that gathers information about the user. When submitted, the action routine does two things --
.. updates a MySQL database with the user information .. updates acl_users locally to manage the login
Use "exUserFolder" to get the user information directly from the MySQL database. Forget about the standard "acl_users"... Dieter