[PECL-BUG] Bug #22765 [NEW]: one cannot edit an user with 2 char long username
[email protected] ("tyrael at php dot net") 14 Jun 2011 12:36:39 -0000
| Newsgroups | php.pear.webmaster |
|---|---|
| Message-ID | <[email protected]> |
From: tyrael at php dot net
Operating system:
Package version:
PHP version: Irrelevant
Package: Web Site
Bug Type: Bug
Bug description: one cannot edit an user with 2 char long username
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.
--
Edit bug report at http://pecl.php.net/bugs/bug.php?id=22765&edit=1
--