XOOPS 2.5.6
Final
|
Public Member Functions | |
authenticate ($uname, $pwd=null) | |
XoopsAuthXoops (&$dao) | |
Public Member Functions inherited from XoopsAuth | |
authenticate () | |
getErrors () | |
getHtmlErrors () | |
setErrors ($err_no, $err_str) | |
XoopsAuth (&$dao) | |
Additional Inherited Members | |
Public Attributes inherited from XoopsAuth | |
$_dao | |
$_errors | |
Definition at line 31 of file auth_xoops.php.
XoopsAuthXoops::authenticate | ( | $uname, | |
$pwd = null |
|||
) |
Authenticate user
string | $uname | |
string | $pwd |
Definition at line 49 of file auth_xoops.php.
References $member_handler, $uname, $user, _US_INCORRECTLOGIN, and xoops_gethandler().
XoopsAuthXoops::XoopsAuthXoops | ( | & | $dao | ) |
Authentication Service constructor
Definition at line 36 of file auth_xoops.php.