Hi Christoph! Thanks, I've already tried to see what exact password string went to db by copying code from https://github.com/php/web-pecl/blob/e55d77d29228cfa5ac0980f9e6b9abbcf9d85663/public_html/account-request.php#L51 and testing against submitted password locally and it worked well to use that quoted password. Then after logging in to pecl I was able to change escaped password with the originally submitted one. But it still looks like a bug, so I submitter PR with a fix - https://github.com/php/web-pecl/pull/4 .
On Sat, Nov 19, 2016 at 4:47 PM, Christoph M. Becker <[email protected]> wrote: > Hi Bogdan! > > On 19.11.2016 at 15:36, Bogdan Padalko wrote: > > > recently my account was opened but it looks like having some punctuation > > characters in password or having password length above some limit, if > any, > > leads me to be unable to log in. Can someone reset my password (username: > > pinepain), please, as it seems to be there is no way to do it by myself? > > Indeed, there is no way to reset the password yourself. However, maybe > resetting is not necessary, see <http://news.php.net/php.pecl.dev/14160>. > > -- > Christoph M. Becker > -- Regards, Bogdan Padalko
