Commit without password
This commit is contained in:
parent
14c1616adb
commit
3fc51c2786
@ -50,9 +50,9 @@ if ($soapclient)
|
|||||||
$authentication=array(
|
$authentication=array(
|
||||||
'dolibarrkey'=>$conf->global->WEBSERVICES_KEY,
|
'dolibarrkey'=>$conf->global->WEBSERVICES_KEY,
|
||||||
'sourceapplication'=>'DEMO',
|
'sourceapplication'=>'DEMO',
|
||||||
'login'=>'admin_dolibarDev',
|
'login'=>'admin',
|
||||||
'password'=>'homedread',
|
'password'=>'',
|
||||||
'entity'=>'1');
|
'entity'=>'');
|
||||||
|
|
||||||
|
|
||||||
// Test URL
|
// Test URL
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user