mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #13588 from nextcloud/alexanderdd-patch-1
clarify "Enable an app for specific groups of users"
This commit is contained in:
commit
a2dff6aa58
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user