silverspring Posted April 14, 2016 Share Posted April 14, 2016 Hi after 6.3 password encryption changed. Thanks to that it broke my custom api calls and cant figure out how it works. For now i tried this way; $whmcsSix = password_hash($credentials['password'], PASSWORD_BCRYPT); if (password_verify($user->password, $whmcsSix)) { return true; } It is not working so far. password_hash() function has lot of options. Can you give more information about new password encryption algorithm? 0 Quote Link to comment Share on other sites More sharing options...
xyzulu Posted April 17, 2016 Share Posted April 17, 2016 See: http://docs.whmcs.com/API:Get_Clients_Password .. not sure if it helps. 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.