metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
210 stars 153 forks source link

eppContact __construct bug #260

Closed jansen-s closed 4 years ago

jansen-s commented 4 years ago

In the construction method of eppContact __construct, setPassword was called twice, which caused the incoming password to be overwritten。 In addition, in the construction method, it is not possible to generate a password by default, otherwise, when updating, it will be considered to update authInfo and submit a wrong request。

metaregistrar commented 4 years ago

And I was sure that absolutely no-one uses epp contact passwords. Anyway, the bug has been fixed.