This commit is contained in:
Laurent Destailleur 2009-11-04 22:09:42 +00:00
parent 75d4627c8a
commit 93496b5902

View File

@ -18,19 +18,19 @@
*/ */
/** /**
\file htdocs/includes/login/functions_dolibarr.php * \file htdocs/includes/login/functions_dolibarr.php
\ingroup core * \ingroup core
\brief Authentication functions for Dolibarr mode * \brief Authentication functions for Dolibarr mode
\version $Id$ * \version $Id$
*/ */
/** /**
\brief Check user and password * \brief Check user and password
\param usertotest Login * \param usertotest Login
\param passwordtotest Password * \param passwordtotest Password
\return string Login if ok, '' if ko. * \return string Login if ok, '' if ko.
*/ */
function check_user_password_dolibarr($usertotest,$passwordtotest) function check_user_password_dolibarr($usertotest,$passwordtotest)
{ {
global $_POST,$db,$conf,$langs; global $_POST,$db,$conf,$langs;