Dear Chris, Thanks a lot for your help. It Works ! Also is there any way of blocking the zope authentication popup window from appearing when a user logs out using manage_zmi_logout method. I would like to give a logout that is similar yo yahoo mail. Thanks again for the help. Regards, - sree Also On Tue, 2002-09-03 at 17:13, Chris Withers wrote:
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