Hi again ;
I saw that you rewrote the hashing thing again, to take into account old and new versions of Ampache.
|
$key = $this->password; // New ampache versions save this password encrypted |
When did Ampache started hashing passwords into database ? Maybe we can rely on API version ?
Also, I believe your code doesn't work, I cannot auth to fresh new ampache install with this, whereas reverting this API client to 1.0.3 works.
I can try to work on this little part if you want.
Hi again ;
I saw that you rewrote the hashing thing again, to take into account old and new versions of Ampache.
ampacheapi-php/src/AmpacheApi.php
Line 500 in 77dc9ac
When did Ampache started hashing passwords into database ? Maybe we can rely on API version ?
Also, I believe your code doesn't work, I cannot auth to fresh new ampache install with this, whereas reverting this API client to 1.0.3 works.
I can try to work on this little part if you want.