From 6e4051eca2258523f0234efdea115f6839c1cb4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=BCller?= <28591861+alexanderdd@users.noreply.github.com> Date: Tue, 2 Sep 2025 09:18:32 -0500 Subject: [PATCH] clarify "Enable an app for specific groups of users" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit so it is easier to find, e.g. when you search for "restrict" Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com> --- admin_manual/occ_command.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/occ_command.rst b/admin_manual/occ_command.rst index e6a7d73c7..0ec01dfbc 100644 --- a/admin_manual/occ_command.rst +++ b/admin_manual/occ_command.rst @@ -268,7 +268,7 @@ Enable an app regardless of the Nextcloud version requirement:: sudo -E -u www-data php occ app:enable --force files_external files_external enabled -Enable an app for specific groups of users:: +Enable an app for specific groups of users (i.e. restrict an app so only specific groups can see and use them):: sudo -E -u www-data php occ app:enable --groups admin --groups sales files_external files_external enabled for groups: admin, sales