boolean readUserData(
[string
$handle = ''], [boolean
$passwd = ''], [string
$auth_user_id = false])
|
|
Reads auth_user_id, passwd, is_active flag
lastlogin timestamp from the database If only $handle is given, it will read the data from the first user with that handle and return true on success. If $handle and $passwd are given, it will try to find the first user with both handle and password matching and return true on success (this allows multiple users having the same handle but different passwords - yep, some people want this). If no match is found, false is being returned.
Overrides
LiveUser_Auth_Common::readUserData() (Reads auth_user_id, passwd, is_active flag)
Parameters: