iteration

This commit is contained in:
Layla 2023-10-08 05:03:40 -04:00
parent 9ce61897d4
commit b4d9af64d0

View File

@ -78,7 +78,8 @@ while true do
}
-- if only user in database, add to admin group
if table.getn(data.users) == 2 then
log(table.getn(data.users))
if table.getn(data.users) == 0 then
log("Adding " .. request.username .. " to admin group")
data.users[request.username].groups = {}
data.users[request.username].groups["admin"] = true