From 0b6fdd4185ecbc099401f6f2c21a7ed2e23e95c4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 19 May 2021 14:05:00 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 966bb0a..c236d77 100644 --- a/scripts/install +++ b/scripts/install @@ -299,7 +299,7 @@ if [ $is_public -eq 1 ]; then ynh_permission_update --permission="main" --add="visitors" fi -# Etherpad admin page doesn't support SSO... +# Only the admin can access the admin panel of the app (if the app has an admin panel) ynh_permission_create --permission="admin" --url="/admin" --allowed=$admin #=================================================