Hi:<br><br>I'm having a strange problem retrieving user profiles only in GRID mode (standalone works ok): the field PasswordHash (I need this field to do a xmlrpc authentication) is empty.<br><br>I'm using version 0.6, I can't remember the svn release, it's from 1 week ago, Windows XP SP3, Net 2.0 and Mysql.<br>
<br>I couldn't find any issue in Mantis so my question is: is this a feature for grid mode or something similar?<br><br>The code in MySQLUserData.cs is the same for both modes and couldn't find any "strange" line in User Server code:<br>
<br>IDbCommand result = dbm.Manager.Query("SELECT * FROM " + m_agentsTableName + " WHERE UUID = ?uuid",<br> param);<br><br><br>Any idea?<br><br>Greetings<br>
<br>