php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64897 different username length on pecl.php.net and master.php.net
Submitted: 2013-05-22 10:22 UTC Modified: -
From: tyrael@php.net Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2013-05-22 10:22 UTC] tyrael@php.net
Description:
------------
we got an account request where the username got truncated when saved into the db:
https://master.php.net/manage/users.php?id=2737
vs
http://pecl.php.net/admin/?acreq=abhishekkasera2013
the notification mails also contained the non-truncated values.
we could either bring the length validation logic on both sites in sync, or we 
could change the code on master so that the user creation through the remote call 
properly validates the username length instead of silently truncating it.


Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-11-26 09:31 UTC] petk@php.net
Automatic comment on behalf of peterkokot@gmail.com
Revision: http://git.php.net/?p=web/master.git;a=commit;h=b7e19fb2c7d2e20a698cec82330d2876c4852a1b
Log: Fix #64897: different username length
 [2018-11-26 09:31 UTC] petk@php.net
-Status: Open +Status: Closed
 [2018-11-26 09:33 UTC] petk@php.net
Automatic comment on behalf of peterkokot@gmail.com
Revision: http://git.php.net/?p=web/pecl.git;a=commit;h=588fc6e0b703f84e5850a9cd592e850a67b700e1
Log: Fix #64897: different username length
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC