From 7b6119f07ef2de6914df950a41f28e4c9fa0883a Mon Sep 17 00:00:00 2001 From: Miraty Date: Sun, 25 Oct 2020 16:31:52 +0100 Subject: [PATCH] Use new (ynh 3.8) permission system --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 515c4fe..3a66cf6 100755 --- a/scripts/install +++ b/scripts/install @@ -145,8 +145,7 @@ ynh_script_progression --message="Configuring SSOwat..." # Make app public if necessary if [ $is_public -eq 1 ] then - # unprotected_uris allows SSO credentials to be passed anyway. - ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" + ynh_permission_update --permission "main" --add visitors fi #=================================================