Re: [Zope] SimpleUserFolder setup problem
Dear Chris, Thanks for the reply. 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? Regards, - sree On Tue, 2002-09-03 at 14:40, Chris Withers wrote:
Sreekanth S Rameshaiah wrote:
But whenever i try to create a user in acl_users folder which is SimpleuserFolder instance i get the following error.
/usr/local/zope/lib/python/Products/SimpleUserFolder/SimpleUserFolder.py, line 86, in _doAddUser (Object: acl_users) UnconfiguredException: Addition of users has not been configured
Your addUser script cannot be found. Is it located within the acl_users folder?
cheers,
Chris
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
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
Sreekanth S Rameshaiah wrote:
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.
Yeah, use cookie crumbler. cheers, Chris
participants (2)
-
Chris Withers -
Sreekanth S Rameshaiah