Changes

Line 61: Line 61:  
* The file '''htdocs/include/login/functions_dolibarr.php''' checks validity of a couple user/password into Dolibarr database.
 
* The file '''htdocs/include/login/functions_dolibarr.php''' checks validity of a couple user/password into Dolibarr database.
   −
Each file contains only a function called '''check_user_password_xxx''' but Dolibarr will use only one of them. The file used will be the file with value '''xxx''' that match value of '''dolibarr_main_authentication''' in config file.
+
Each file contains only a function called '''check_user_password_xxx''' but Dolibarr will use only one of them. The file used will be the file with value '''xxx''' that match value of '''dolibarr_main_authentication''' in config file '''conf/conf.php'''.
 
Dolibarr will run the only function the file contains by sending them as parameters only the user and password received from the post login form. Function return true if couple user/password is valid, false otherwise.
 
Dolibarr will run the only function the file contains by sending them as parameters only the user and password received from the post login form. Function return true if couple user/password is valid, false otherwise.