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

Bug #1276 Wrong users status after failed login
Submitted: 2004-04-24 15:31 UTC
From: worthy at home dot olsztyn dot pl Assigned: lsmith
Status: Closed Package: LiveUser
PHP Version: Irrelevant OS: Linux 2.4.25
Roadmaps: (Not assigned)    
Subscription  


 [2004-04-24 15:31 UTC] worthy at home dot olsztyn dot pl
Description: ------------ When I try to login with handle witch don't exists or I use wrong password class variable $status get value of LIVEUSER_STATUS_ISINACTIVE (-3) Reproduce code: --------------- I use example1 from LiveUser-0.10.0.tgz First try: login: abc password: def Second try: login: father password: abcdef Expected result: ---------------- $status = LIVEUSER_STATUS_UNKNOWN(-6); or better add new status constant: $status = LIVEUSER_STATUS_AUTHFAILED(-9); Actual result: -------------- In both cases: $status = LIVEUSER_STATUS_ISINACTIVE(-3);

Comments

 [2004-04-24 15:34 UTC] worthy at home dot olsztyn dot pl
Version of PHP is irrelevant.
 [2004-04-28 05:46 UTC] dufuz
This is a known issue which will be looked into soon we hope :)
 [2004-05-13 10:34 UTC] smith at backendmedia dot com
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.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 PEAR better.