php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59815 one cannot edit an user with 2 char long username
Submitted: 2011-06-14 08:36 UTC Modified: 2011-06-14 08:37 UTC
From: tyrael@php.net Assigned: tyrael (profile)
Status: Closed Package: PECL website (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tyrael@php.net
New email:
PHP Version: OS:

 

 [2011-06-14 08:36 UTC] tyrael@php.net
Description:
------------
public_html/account-edit.php:35
if ($handle && !preg_match('@[0-9A-Za-z_]{4,20}$@', $handle))
obviously this will prevent any 2 char long username from 
editing.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-06-14 08:37 UTC] tyra3l at gmail dot com
This bug has been fixed in SVN.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

should be fixed with http://svn.php.net/viewvc?
view=revision&revision=312145
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC