On 24.11.2016 at 04:00, mailinglist wrote: > Yes, it's a bit confusing as it asks for the old password, > (I just generated a new password for John, and filled it in old and new, > and it appears to have accepted it.)
Actually, the old password is only verified, if the user is not an admin, see <https://github.com/php/web-pecl/blob/master/public_html/account-edit.php#L134-L137>. It would make sense to not display the old password input, if the user is an admin. Cheers, Christoph > Sent John an email separately with the new password. > > Regards > Alan > > On Wednesday, November 23, 2016 12:03 AM, Christoph M. Becker wrote: >> On 22.11.2016 at 14:22, Alan Knowles wrote: >> >>> The pecl account has been created, however I could not find a way to >>> change or reset the password in the admin system. >>> >>> Not sure who might know how to Fix this one, might be worth posting on >>> php internals to see if anyone can help out. >> Isn't it possible to set a new password in the profile editor? >> <https://pecl.php.net/account-edit.php?handle=jcupitt#password> >> >> Cheers, >> Christoph >> >>> Regards >>> Alan >>> >>> Sent with AquaMail for Android >>> http://www.aqua-mail.com >>> >>> >>> On 22 November 2016 9:12:11 PM Peter Cowburn <[email protected]> >>> wrote: >>> >>>> On 22 November 2016 at 12:22, Christoph M. Becker <[email protected]> >>>> wrote: >>>> >>>>> On 22.11.2016 at 12:54, [email protected] wrote: >>>>> >>>>>> Hello everyone, I need some help with my pecl account. >>>>>> >>>>>> I've been approved for a php.net account so I can get my extension >>>>> into >>>>> PECL. >>>>>> http://marc.info/?l=pecl-dev&m=147877857621068&w=2 >>>>>> >>>>>> I can get to this page now, and I've set a password and uploaded my >>>>> key: >>>>>> https://master.php.net/manage/users.php?username=jcupitt >>>>>> >>>>>> I appear here: >>>>>> >>>>>> https://master.php.net/manage/users.php?search=jcupitt >>>>>> >>>>>> But my profile page has not appeared: >>>>>> >>>>>> https://people.php.net/jcupitt >>>>>> >>>>>> And I can't log into pecl: >>>>>> >>>>>> https://pecl.php.net/login.php >>>>>> >>>>>> (I get "invalid username or password") >>>>>> >>>>>> Is there something else I need to do? Or am I looking in the wrong >>>>>> place? Sorry for being so dim:( >>>>> First, the PECL and the VCS accounts are separate. For now only your >>>>> VCS account request has been approved, what you can see via >>>>> master.php.net. I'm not sure, why this doesn't show up on >>>>> people.php.net, but maybe that is because you're not having any karma >>>>> yet. >>>>> >>>> For people.php.net, the user listing is cached from master.php.net >>>> for a >>>> week, so in the worst case the profile won't be visible there until 7 >>>> days >>>> after the account was approved. >>>> >>>> >>>>> Your PECL account request still has to be approved by one of the PECL >>>>> admins. >>>>> >>>>> Only after that has happened, your VCS accout request should have been >>>>> approved (I was too fast with that), and required karma been granted. >>>>> In your case, I'm not even sure if you would need the VCS account; >>>>> usually, that is only necessary, if you either want to publish >>>>> documentation in the PHP manual, or if you want to use SVN for the >>>>> code >>>>> – IIRC neither is the case. >>>>> >>>>> -- >>>>> Christoph M. Becker >>>>> >>>>> -- >>>>> PECL development discussion Mailing List (http://pecl.php.net/) >>>>> To unsubscribe, visit: http://www.php.net/unsub.php >>>>> >>>>> >>> >>> > -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
