Message erreur authentification

This commit is contained in:
Michael RICOIS 2015-10-29 10:31:33 +00:00
parent 5a9e642f88
commit 212c81cf2e

View File

@ -159,7 +159,7 @@ class Scores_Auth_Adapter_Ws implements Zend_Auth_Adapter_Interface
return new Zend_Auth_Result(Zend_Auth_Result::SUCCESS, $identity);
} else {
return new Zend_Auth_Result(Zend_Auth_Result::FAILURE_UNCATEGORIZED, $identity);
return new Zend_Auth_Result(Zend_Auth_Result::FAILURE_UNCATEGORIZED, $identity, array("Identification impossible"));
}
}