From 1828ca9abc32944d6d7e27351b88d0114943c7f3 Mon Sep 17 00:00:00 2001 From: matlink Date: Sun, 23 Nov 2014 19:42:28 +0100 Subject: [PATCH] [fix] adding ssowat protection for admin panel --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index e6df976..a18382a 100644 --- a/scripts/install +++ b/scripts/install @@ -90,6 +90,9 @@ fi #adding admin to the allowed users sudo yunohost app addaccess $app -u $admin +#allow only allowed users to access admin panel +sudo yunohost app setting pluxml protected_uris -v "/core/admin/" + # Restart services sudo service nginx reload sudo yunohost app ssowatconf