From df66e1008afbf0b0195805094a51eb3e363dcc32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 23 Sep 2023 15:14:17 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index ebaf808..38aee2f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -30,10 +30,6 @@ ram.runtime = "100M" [install.domain] type = "domain" - [install.init_main_permission] - type = "group" - default = "visitors" - [install.admin] type = "user" @@ -63,3 +59,4 @@ ram.runtime = "100M" [resources.permissions] main.url = "/" + main.allowed = "admins"