<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">On Wed, Dec 30, 2009 at 11:16 AM, iarly selbir | ski0s <span dir="ltr">&lt;<a href="mailto:iarlyy@gmail.com">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">someone experienced in that? 
<div class="im"><br clear="all"><br>Regards,<br><br>- -<br>iarly selbir | ski0s<br><br>:wq!<br><br><br></div>
<div>
<div></div>
<div class="h5">
<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>_______________________________________________<br>Zope maillist  -  <a href="mailto:Zope@zope.org">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>