Jump to content

Pass Client md5 password into Url


dynamiclabs

Recommended Posts

Hi,

 

I can't figure out how to retrieve a clients password in md5 format. Basically I'm trying to integrate with piwik as explained here:

/http://piwik.org/faq/how-to/faq_30/

 

So I want to put a button in the whmcs backend that will automatically log the client in using their whmcs details. So I need to pass their id or email and their password in md5 format into the url link.

 

Basically, I want to know what to put in the following url string to make this happen:

 

/https://www.mypiwiklocation.com/index.php?module=Login&action=logme&login=LOGINGOESHERE&password=MD5PASSWORDGOESHERE

 

Thanks,

Link to comment
Share on other sites

personally i think thats a very bad idea to be sharing that in a url, they should have a form submit in their api and if not then i would move on and forget it. Its not worth the exposure for a few fancy numbers that you can get other places.

 

But you can get the information via a hook if you feel you must have it..

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