Edit report at https://bugs.php.net/bug.php?id=64897&edit=1
ID: 64897 Updated by: p...@php.net Reported by: tyr...@php.net Summary: different username length on pecl.php.net and master.php.net -Status: Open +Status: Closed Type: Bug Package: Website problem PHP Version: Irrelevant Block user comment: N Private report: N New Comment: Automatic comment on behalf of peterko...@gmail.com Revision: http://git.php.net/?p=web/master.git;a=commit;h=b7e19fb2c7d2e20a698cec82330d2876c4852a1b Log: Fix #64897: different username length Previous Comments: ------------------------------------------------------------------------ [2013-05-22 10:22:43] tyr...@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. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=64897&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php