Ajout idClient pour identification lorsque webservice personnalisé
This commit is contained in:
parent
a8b5d6d390
commit
b2f35a4c46
@ -29,6 +29,7 @@ class WebAuthAdapter implements Zend_Auth_Adapter_Interface
|
||||
$identity = new stdClass();
|
||||
$identity->username = $this->_username;
|
||||
$identity->hash = $this->_hash;
|
||||
$identity->idClient = $tabRep['idClient'];
|
||||
|
||||
if (count($rep)==0){
|
||||
//debugLog('W',"CheckAuth $login/$password inexistant ou inactif (IP=$ipConnexion)", __LINE__,__FILE__, __FUNCTION__, __CLASS__);
|
||||
|
Loading…
x
Reference in New Issue
Block a user