Lines Matching refs:auth
28 global $auth;
52 $INPUT->set('user', $auth->cleanUser($INPUT->str('loaduser')));
55 $this->virtualGroups->getUserGroups($auth->cleanUser($INPUT->str('loaduser')))
61 $INPUT->set('group', $auth->cleanGroup($INPUT->str('loadgroup')));
64 $this->virtualGroups->getGroupUsers($auth->cleanGroup($INPUT->str('loadgroup')))
78 global $auth;
81 $user = $auth->cleanUser($user);
83 static fn($group) => $auth->cleanGroup($group),
101 global $auth;
104 $group = $auth->cleanGroup($group);
106 static fn($user) => $auth->cleanUser($user),
123 global $auth;
126 $user = $auth->cleanUser($user);
141 global $auth;
144 $group = $auth->cleanGroup($group);
160 global $auth;
163 $user = $auth->cleanUser($user);
165 static fn($group) => $auth->cleanGroup($group),
183 global $auth;
186 $group = $auth->cleanGroup($group);
188 static fn($user) => $auth->cleanUser($user),