Hi All,<br><br>Migration On PHP 5.3(if you are migrating both vtiger and php in this cycle) is failing as behaviour of crypt API has, we are using first two letters of user name as salt for crypt API. <br><br>for eg: if user is bob then salt for md5 encyption would like,<br>

<br>$salt = &#39;$1$bo$&#39;;<br><br>but, this is causing crypt API to return a different value compared to earlier version and it return a different value relative to previous call every time apache is restarted. <br><br>

for this, we a thinking of introducing another step to migrated users to PHP 5.3 way of encryption one that will a salt value given in crypt documentation and then finally let them migrate to vtiger CRM 5.2.0.<br><br>If you know the reason for why crypt is returning different value compared to earlier version or any solution this problem please share the same.<br>

<br>Thanks,<br>MAK<br>