2 May
2001
2 May
'01
2:03 p.m.
Steve Drees wrote:
How would one do this in a python script?
REQUEST = context.REQUEST RESPONSE = REQUEST.RESPONSE REQUEST.set('name', 'theUserName) REQUEST.set('password', 'thePassword) REQUEST.set('confirm', 'thePassword') REQUEST.set('domains', []) REQUEST.set('roles', ['Manager', 'Owner']) context.acl_users.manage_users('Add', REQUEST,RESPONSE) cheers, Chris