3 Sep
2002
3 Sep
'02
11:43 a.m.
Sreekanth S Rameshaiah wrote:
ZMI does not have interface to create anything other than users in acl_users folder. I have created all the zsqls in [zope instance root]/control_panel/Products/SimpleUserFolder
Is this correct?
No. From the readme.txt file in the SimpleUserFolder distribution: """ The following methods need to be added either in the Simple User Folder object or in an object from which the Simple User Folder can acquire them. """ The simple user folder cannot acquire methods from [zope instance root]/control_panel/Products/SimpleUserFolder. Put them in the folder containing your SUF. cheers, Chris