[Zope] How to implement a "join", can't add users via zpt or py

Chris Withers chrisw@nipltd.com
Sat, 10 Aug 2002 11:36:42 +0100


Schlaegel wrote:
> I am using zope 2.5.1.
> I have tried using both zpt and py.
> 
> I tried
> container.acl_users.userFolderAddUser(name='viascript',password='password',roles=['User'])
> which gives an authentication error.

Give the script which contains this line a Proxy Role of 'Manager'.

cheers,

Chris

PS: You may wish to investigate the CMF...