Home » Authentication » LiveUser » Bug #2538
tryLogin() from init() does not return usefull error
Details
| Submitted | 2004-10-15 15:26 UTC |
|---|---|
| From | michael dot caplan at lechateau dot ca |
| Assigned | arnaud |
| Status | Closed |
| Package | LiveUser |
| PHP Version | Irrelevant |
| OS | irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-10-15 15:26 UTC] michael dot caplan at lechateau dot ca
Description:
------------
when calling init('user', 'pass'), if the user does not exist, trylogin() wants to populate the errorstack with a 'cannot find credentials' error, but instead an 'unknown error' is set. Makes for difficult checking on why init failed.