Jump to content

Unable to use getPassword?


namhost

Recommended Posts

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...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated