namhost Posted March 19, 2016 Share Posted March 19, 2016 I have upgraded to Version: 6.3.0 RC1. Now, when I change a user's password, the "getPassword" API call no longer returns the HASH and SALT as expected. Instead I get something like this: stdClass Object ( [result] => success [password] => $2y$10$9HZ47UOgCoE34RKSRzlZWOxHnzqBvFcrwvZk46qreMuNFM0idJ2he [success] => 1 ) The password no longer has a colon in it. Previously, it would have a colon towards the end of the string, on which you can then split the string and calculate if the user has entered it correctly. See the documentation here: http://docs.whmcs.com/API:Get_Clients_Password Can anyone confirm if the new version is in fact broken, or if perhaps there is a different way to do this? I'm 99.9999% sure that the new RC1 is broken when it comes to this call... 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.