dolibarr 18.0.6
|
Authentication functions for OpenId mode. More...
Go to the source code of this file.
Functions | |
check_user_password_openid ($usertotest, $passwordtotest, $entitytotest) | |
Check validity of user/password/entity If test is ko, reason must be filled into $_SESSION["dol_loginmesg"]. | |
Authentication functions for OpenId mode.
This authentication method is based on "OpenID v2" and is deprecated. Use instead the method "OpenID Connect".
Definition in file functions_openid.php.
check_user_password_openid | ( | $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 40 of file functions_openid.php.
References dol_syslog(), and GETPOST().