Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.32.0

Bug #11146 account opening causes critical error
Submitted: 2007-05-25 19:48 UTC
From: cellog Assigned: cellog
Status: Closed Package: pearweb (version 1.15.2)
PHP Version: 5.2.1 OS:
Roadmaps: 1.16.0    
Subscription  


 [2007-05-25 19:48 UTC] cellog (Greg Beaver)
Description: ------------ Critical errors occur when opening an account due to the use of substr($salt, 0, 20) instead of substr($salt, 0, 19) in bug account request code

Comments

 [2007-05-25 19:48 UTC] cellog (Greg Beaver)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.