PEAR is archived and read-only

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

Home » Authentication » Auth » Bug #8351

setLoginFailedCallback missing

Details

Submitted2006-08-03 13:39 UTC
Fromleonard at locomo dot nl
Assignedaashley
StatusClosed
PackageAuth
PHP VersionIrrelevant
OSnot relevant
Roadmaps(Not assigned)

Comments

[2006-08-03 13:39 UTC] leonard at locomo dot nl

Description:
------------
loginFailedCallback should be setable using setLoginFailedCallback(). However, although this function is mentioned in a comment in the class definition of Auth it is not implemented.

[2006-08-10 01:24 UTC] aashley at php dot net

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.

The documentation on the variable was incorrect, the function it should of pointed to is setFailedLoginCallback() this has been corrected in CVS.