Skip to content
Snippets Groups Projects
Commit ec9fcc03 authored by Thomas Lake's avatar Thomas Lake :wrench:
Browse files

Update admin.lib.php with new gids

parent 01b2a012
No related branches found
No related tags found
No related merge requests found
......@@ -932,7 +932,7 @@ echo "<p><strong>Because of the large amount of spam and limited use the Blog sy
} else {
//check the user is a member of the users, staff or societies groups
$posixInfo = posix_getpwnam($username);
if ($posixInfo[gid] != 100 && $posixInfo[gid] != 106 && $posixInfo[gid] != 113) {
if ($posixInfo[gid] != 100 && $posixInfo[gid] != 1060 && $posixInfo[gid] != 1130) {
$this->error = _("Err, no, you're not really a system user now are you?");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment