Procedural File: auth-db.php
Source Location: /pem-includes/auth-db.php
Page Details:
authCheckUserGroup [line 288]
void authCheckUserGroup(
$user, $gid)
|
|
authCheckUserGroup() ------------------------------------------------------- FUNCTION DESCRIPTION ------------------------------------------------------- Determines the users access level with a group check $user - The user name $gid - The id of the group level that's being checked ------------------------------------------------------- FUNCTION RETURNS ------------------------------------------------------- TRUE if user is in the group FALSE if not or if user not logged in
Parameters
authDeleteUser [line 404]
void authDeleteUser(
$id)
|
|
authDeleteUser() ------------------------------------------------------- FUNCTION DESCRIPTION ------------------------------------------------------- Deletes an entry in the user table based upon the given id ------------------------------------------------------- FUNCTION RETURNS ------------------------------------------------------- error = failed query
Parameters
authEditUser [line 380]
void authEditUser(
$id, $username, $password, $gids, $name, $email)
|
|
authEditUser() ------------------------------------------------------- FUNCTION DESCRIPTION ------------------------------------------------------- Updates an entry in the user table based upon the given id ------------------------------------------------------- FUNCTION RETURNS ------------------------------------------------------- id of the updated entry error = failed query
Parameters
|
$id |
|
|
$username |
|
|
$password |
|
|
$gids |
|
|
$name |
|
|
$email |
|
authGetGroupList [line 345]
authGetGroupList() ------------------------------------------------------- FUNCTION DESCRIPTION ------------------------------------------------------- Collects the group information into a simple array ------------------------------------------------------- FUNCTION RETURNS ------------------------------------------------------- array of variables matching the group table error = failed query
authGetUserGroups [line 254]
void authGetUserGroups(
$login)
|
|
Parameters
authGetUserList [line 314]
authGetUserList() ------------------------------------------------------- FUNCTION DESCRIPTION ------------------------------------------------------- Collects the user information into a simple array ------------------------------------------------------- FUNCTION RETURNS ------------------------------------------------------- array of variables matching the user table error = failed query
auth_add_user [line 19]
void auth_add_user(
$login, $pass, $name, $email, $profile, [ $status = 0])
|
|
Parameters
|
$login |
|
|
$pass |
|
|
$name |
|
|
$email |
|
|
$profile |
|
|
$status |
|
auth_check_access [line 198]
void auth_check_access(
$access, $resource, $key)
|
|
Parameters
auth_delete_user [line 135]
void auth_delete_user(
$id)
|
|
Parameters
auth_get_user [line 49]
void auth_get_user(
[ $id = ""], [ $login = ""])
|
|
Parameters
auth_get_users [line 88]
auth_update_user [line 105]
void auth_update_user(
$id, $login, $pass, $name, $email, $profile, $status)
|
|
Parameters
|
$id |
|
|
$login |
|
|
$pass |
|
|
$name |
|
|
$email |
|
|
$profile |
|
|
$status |
|
auth_update_user_activity [line 144]
void auth_update_user_activity(
$login, $pass)
|
|
Parameters
auth_update_user_status [line 123]
void auth_update_user_status(
$id, $status)
|
|
Parameters
auth_user_exists [line 185]
void auth_user_exists(
$login)
|
|
Parameters
auth_validate_user [line 155]
void auth_validate_user(
$login, $pass)
|
|
Parameters
|
|