2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2019-08-27 20:35:42 +02:00
parent 4ceb3c2e85
commit 04e11bcbd1

View File

@@ -47,7 +47,7 @@ function dol_getwebuser($mode)
* @param string $passwordtotest Password value to test
* @param string $entitytotest Instance of data we must check
* @param array $authmode Array list of selected authentication mode array('http', 'dolibarr', 'xxx'...)
* @param string $context Context checkLoginPassEntity was created for ('api', 'dav', '')
* @param string $context Context checkLoginPassEntity was created for ('api', 'dav', 'ws', '')
* @return string Login or ''
*/
function checkLoginPassEntity($usertotest, $passwordtotest, $entitytotest, $authmode, $context = '')