PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser » Bug #2538

tryLogin() from init() does not return usefull error

Details

Submitted2004-10-15 15:26 UTC
Frommichael dot caplan at lechateau dot ca
Assignedarnaud
StatusClosed
PackageLiveUser
PHP VersionIrrelevant
OSirrelevant
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.