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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tyrael@php.net
New email:
PHP Version: OS:

 

 [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: Wed Apr 24 08:01:29 2024 UTC