We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb5b77f + 6e4051e commit a2dff6aCopy full SHA for a2dff6a
admin_manual/occ_command.rst
@@ -268,7 +268,7 @@ Enable an app regardless of the Nextcloud version requirement::
268
sudo -E -u www-data php occ app:enable --force files_external
269
files_external enabled
270
271
-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)::
272
273
sudo -E -u www-data php occ app:enable --groups admin --groups sales files_external
274
files_external enabled for groups: admin, sales
0 commit comments