dolibarr 18.0.6
|
Empty authentication functions for test. More...
Go to the source code of this file.
Functions | |
check_user_password_empty ($usertotest, $passwordtotest, $entitytotest) | |
Check validity of user/password/entity If test is ko, reason must be filled into $_SESSION["dol_loginmesg"]. | |
Empty authentication functions for test.
Definition in file functions_empty.php.
check_user_password_empty | ( | $usertotest, | |
$passwordtotest, | |||
$entitytotest ) |
Check validity of user/password/entity If test is ko, reason must be filled into $_SESSION["dol_loginmesg"].
string | $usertotest | Login |
string | $passwordtotest | Password |
int | $entitytotest | Number of instance (always 1 if module multicompany not enabled) |
Definition at line 34 of file functions_empty.php.
References dol_syslog().