sorry, if I don&#39;t explained right<br><div><br></div><div>through /manager/acl_users I can change users passwords, right?</div><div><br></div><div>I&#39;m trying to find out how to do it by command line</div><div><br></div>
<div>Regards,<br><br>- -<br>iarly selbir | ski0s<br><br>:wq!<br>
<br><br><div class="gmail_quote">On Wed, Dec 30, 2009 at 2:20 PM, Justin Dunsworth <span dir="ltr">&lt;<a href="mailto:justin.dunsworth@gmail.com">justin.dunsworth@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>If you are wanting to update a password on a MySQL table then yes, a simple &#39;UPDATE TABLE users SET password = &#39;newpass&#39; WHERE username = &#39;admin&#39;;&quot; will work. If you are wanting it in MD5 digest form just use &quot;SET password = MD5(&#39;newpass&#39;)&quot; </div>



<div> </div>
<div>As Lennart mentioned, if you are using multiple databases for each instance then you&#39;ll have to do that to all. <br><br></div>
<div class="gmail_quote"><div><div></div><div class="h5">On Wed, Dec 30, 2009 at 11:16 AM, iarly selbir | ski0s <span dir="ltr">&lt;<a href="mailto:iarlyy@gmail.com" target="_blank">iarlyy@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote"><div><div></div><div class="h5">someone experienced in that? 
<div><br clear="all"><br>Regards,<br><br>- -<br>iarly selbir | ski0s<br><br>:wq!<br><br><br></div>
<div>
<div></div>
<div>
<div class="gmail_quote">On Wed, Dec 30, 2009 at 1:14 PM, iarly selbir | ski0s <span dir="ltr">&lt;<a href="mailto:iarlyy@gmail.com" target="_blank">iarlyy@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">I guess when Zope store data at mysql, isn&#39;t a simple UPDATE TABLE set Password... heh did you already take a look on tables created by zope on MySQL and as it store the objects... ? is slightly different we know 
<div><br clear="all"><br>Regards,<br><br>- -<br>iarly selbir | ski0s<br><br>:wq!<br><br><br></div>
<div>
<div></div>
<div>
<div class="gmail_quote">On Wed, Dec 30, 2009 at 1:07 PM, Lennart Regebro <span dir="ltr">&lt;<a href="mailto:regebro@gmail.com" target="_blank">regebro@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">
<div>On Wed, Dec 30, 2009 at 14:27, iarly selbir | ski0s &lt;<a href="mailto:iarlyy@gmail.com" target="_blank">iarlyy@gmail.com</a>&gt; wrote:<br>&gt; No, I&#39;m using MySQL as database..<br><br></div>Well if you are storing your users in MySQL, then change the password<br>


in that table. Done!<br>
<div><br>&gt; I have to browse to http://hostname:port/manager and change them ( for each<br>&gt; instance )<br><br></div>If the instances use different databases, then you need to change it<br>for each database, yes.<br>


<font color="#888888"><br>--<br></font>
<div>
<div></div>
<div>Lennart Regebro: Python, Zope, Plone, Grok<br><a href="http://regebro.wordpress.com/" target="_blank">http://regebro.wordpress.com/</a><br>+33 661 58 14 64<br></div></div></blockquote></div><br></div></div></blockquote>


</div><br></div></div><br></div></div>_______________________________________________<br>Zope maillist  -  <a href="mailto:Zope@zope.org" target="_blank">Zope@zope.org</a><br><a href="https://mail.zope.org/mailman/listinfo/zope" target="_blank">https://mail.zope.org/mailman/listinfo/zope</a><br>


**   No cross posts or HTML encoding!  **<br>(Related lists -<br> <a href="https://mail.zope.org/mailman/listinfo/zope-announce" target="_blank">https://mail.zope.org/mailman/listinfo/zope-announce</a><br> <a href="https://mail.zope.org/mailman/listinfo/zope-dev" target="_blank">https://mail.zope.org/mailman/listinfo/zope-dev</a> )<br>


<br></blockquote></div><br>
</blockquote></div><br></div>