Lines Matching refs:auth
38 global $auth, $conf;
80 global $auth;
81 return $auth->getUserData($user);
201 global $auth;
208 global $auth;
209 if ($auth->canDo('addUser')) {
213 … return $auth->createUser($user, $pass, $userData['name'], $userData['mail'], $userData['grps']);
225 global $auth, $conf;
230 if ($auth->canDo('modName')) {
235 if ($auth->canDo('modMail')) {
240 if ($auth->canDo('modGroups')) {
248 $auth->modifyUser($username, $changes);
258 global $auth;
259 return $auth->deleteUser($users);