[Zope] Transactions and rollback
Dieter Maurer
dieter@handshake.de
Sun, 5 May 2002 22:36:15 +0200
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