dynamiclabs Posted November 23, 2014 Share Posted November 23, 2014 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, 0 Quote Link to comment Share on other sites More sharing options...
durangod Posted November 23, 2014 Share Posted November 23, 2014 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.. 0 Quote Link to comment Share on other sites More sharing options...
dynamiclabs Posted November 25, 2014 Author Share Posted November 25, 2014 Thanks, Are you able to explain further about getting the information via a hook? 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted November 25, 2014 Share Posted November 25, 2014 It's fine if you use HTTPS protocol. Anyway why don't you simply use this to validate login? 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.