[ZPT] Re: useradd command in Zope

2005-11-03 Thread Tino Wildenhain

ajit mote schrieb:

can i add and delete zope user through page template
if yes and possible , sample code for the same is appreciated...


No you cant :) And a page template is the least place to
do so anyway.

You would need an external method for it.

But first rethink if you really can handle that.

If you have your zope only available to your internal
network and/or secure it with ssl. If not, you should
not try such things.

For starters, get some more simple project where
you can get ground on zope development.
___
ZPT mailing list
ZPT@zope.org
http://mail.zope.org/mailman/listinfo/zpt


[ZPT] Re: useradd command in Zope

2005-11-03 Thread ajit mote
 i create external methode(python) which create user 
 this script works fine when i run it from shell 

 but when i am using the same script thourgh
zope it is returning 256 and not creating system user and also
not giving any error
On 11/3/05, Tino Wildenhain [EMAIL PROTECTED] wrote:
ajit mote schrieb: can i add and delete zope user through page template if yes and possible , sample code for the same is appreciated...No you cant :) And a page template is the least place to
do so anyway.You would need an external method for it.But first rethink if you really can handle that.If you have your zope only available to your internalnetwork and/or secure it with ssl. If not, you should
not try such things.For starters, get some more simple project whereyou can get ground on zope development.
___
ZPT mailing list
ZPT@zope.org
http://mail.zope.org/mailman/listinfo/zpt