&nbsp;&nbsp;&nbsp; i create external methode(python) which create user ....<br>
&nbsp;&nbsp;&nbsp; this script works fine when i run it from shell ....<br>
<br>
&nbsp;&nbsp;&nbsp; but&nbsp; when i am using the same script thourgh
zope it is returning&nbsp; 256 and not creating system user and also
not giving any error....<br>
<br><br><div><span class="gmail_quote">On 11/3/05, <b class="gmail_sendername">Tino Wildenhain</b> &lt;<a href="mailto:tino@wildenhain.de">tino@wildenhain.de</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
ajit mote schrieb:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; can i add and delete zope user through page template....<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; if yes and possible , sample code for the same is appreciated...<br>&gt;<br>No you cant :) And a page template is the least place to
<br>do so anyway.<br><br>You would need an external method for it.<br><br>But first rethink if you really can handle that.<br><br>If you have your zope only available to your internal<br>network and/or secure it with ssl. If not, you should
<br>not try such things.<br><br>For starters, get some more simple project where<br>you can get ground on zope development.<br></blockquote></div><br>