|
dolibarr
13.0.2
|
Class ot manage authentication for pos module (cashdesk) More...
Public Member Functions | |
| __construct ($db) | |
| Enter description here ... More... | |
| login ($aLogin) | |
| Enter description here ... More... | |
| passwd ($aPasswd) | |
| Enter description here ... More... | |
| reponse ($aReponse) | |
| Enter description here ... More... | |
| verif ($aLogin, $aPasswd) | |
| Validate login/pass. More... | |
Class ot manage authentication for pos module (cashdesk)
Definition at line 23 of file Auth.class.php.
| Auth::__construct | ( | $db | ) |
| Auth::login | ( | $aLogin | ) |
Enter description here ...
| string | $aLogin | Login |
Definition at line 52 of file Auth.class.php.
Referenced by verif().
| Auth::passwd | ( | $aPasswd | ) |
Enter description here ...
| string | $aPasswd | Password |
Definition at line 63 of file Auth.class.php.
Referenced by verif().
| Auth::reponse | ( | $aReponse | ) |
Enter description here ...
| string | $aReponse | Response |
Definition at line 74 of file Auth.class.php.
Referenced by __construct().
| Auth::verif | ( | $aLogin, | |
| $aPasswd | |||
| ) |
Validate login/pass.
| string | $aLogin | Login |
| string | $aPasswd | Password |
Definition at line 86 of file Auth.class.php.
References $_SERVER, checkLoginPassEntity(), dol_print_error(), GETPOST(), login(), and passwd().