[Zope] SimpleUserFolder setup problem
Chris Withers
chrisw@nipltd.com
Tue, 03 Sep 2002 12:43:46 +0100
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