ZF-4288: better error reporting in Zend_Auth_Adapter_OpenId
Description
please add $consumer->getError() to Zend_Auth_Result messages
example:
return new Zend_Auth_Result(
Zend_Auth_Result::FAILURE,
$id,
array("Authentication failed", $consumer->getError()));
Comments
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:03.000+0000
Changing issues in preparation for the 1.7.0 release.