Merge pull request #13588 from nextcloud/alexanderdd-patch-1

clarify "Enable an app for specific groups of users"
This commit is contained in:
Ferdinand Thiessen 2025-09-04 16:46:30 +02:00 committed by GitHub
commit a2dff6aa58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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