Re: [Zope] [WISH] adding users from pythonscript
Jerome Alet writes:
I want to add users from pythonscript without having to pass a REQUEST , which would mean being redirected.
It doesn't seem to be possible. Am I right ? In
URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html you will find some tricks to work around unwanted redirections. Search for "setStatus". Dieter
On Fri, Mar 09, 2001 at 09:35:41PM +0100, Dieter Maurer wrote:
Jerome Alet writes:
I want to add users from pythonscript without having to pass a REQUEST , which would mean being redirected.
URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html
you will find some tricks to work around unwanted redirections. Search for "setStatus".
Thanks a lot, I'll try this ASAP. However I think it's really dirty, and Zope should include the possibility to use management methods without being redirected. I even go as far as saying that the default should be to not redirect. bye, Jerome Alet
participants (2)
-
Dieter Maurer -
Jerome Alet