Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Network call to get credentials not working #48

Open
cpliakas opened this issue Apr 1, 2014 · 1 comment
Open

Network call to get credentials not working #48

cpliakas opened this issue Apr 1, 2014 · 1 comment
Labels
Milestone

Comments

@cpliakas
Copy link
Contributor

cpliakas commented Apr 1, 2014

No description provided.

@cpliakas cpliakas added the bug label Apr 1, 2014
@Zlender Zlender added this to the 1.0 milestone Dec 30, 2015
@Zlender
Copy link
Contributor

Zlender commented Jan 13, 2016

This is going to be an interesting one. The reason why the call is not working is that password needs to be hashed and settings for hash come from acquia.agent.communication.settings. And with those settings acquia_connector hashes the password using https://api.drupal.org/api/drupal/includes%21password.inc/function/_password_crypt/7 . We would need to move all of that code into this library. I looked at https://github.com/ircmaxell/PHP-PasswordLib but it oesn't support passing in salt which is needed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants