From 212c81cf2ed6c5977df171c01058f5c51916fcff Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 29 Oct 2015 10:31:33 +0000 Subject: [PATCH] Message erreur authentification --- library/Scores/Auth/Adapter/Ws.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Scores/Auth/Adapter/Ws.php b/library/Scores/Auth/Adapter/Ws.php index c1e5eb30f..7ebe3ec0c 100644 --- a/library/Scores/Auth/Adapter/Ws.php +++ b/library/Scores/Auth/Adapter/Ws.php @@ -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")); } }