1 Oct
2003
1 Oct
'03
11:44 a.m.
On Wed, 01 Oct 2003 13:34:12 +0200 GMT Florian Lindner asked the Zope mailinglist about the following:
return context.addUser_test(name, password, roles)
If addUser_test is an SQL-method, you need to pass the parameters explicitly : context.addUser_test(name=name, password=password, roles=roles) :) -- __________________________________________________________________ Geir Bækholt · Interaction Architect · Plone Solutions Development · Training · Support · http://www.plonesolutions.com __________________________________________________________________