diff --git a/lib/blog/admin.lib.php b/lib/blog/admin.lib.php
index 8157e449c3846d979fe45b6cd401ccb37db7e37f..b3184c8bd6a12fcf0da5c0f421d231d2ccf620f6 100644
--- a/lib/blog/admin.lib.php
+++ b/lib/blog/admin.lib.php
@@ -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?");
 			}
 		}