Merge pull request #11077 from nextcloud/backport/11018/stable27

[stable27] Add documentation for files_sharing:hide_disabled_user_shares option
This commit is contained in:
Andy Scherzinger 2023-08-28 18:33:38 +02:00 committed by GitHub
commit 0ffad3fdf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,6 +202,11 @@ The user will not longer be able to access their Nextcloud until you enable them
Also all external shares, via public link or email, will not be accessible.
Internal shares will still be working, so that other users on Nextcloud can continue working.
If you wish for internal shares to be disabled as well when a user is disabled,
activate the configuration option files_sharing:hide_disabled_user_shares::
occ config:app:set files_sharing hide_disabled_user_shares --value yes
You will find all disabled users in the **disabled**-section on the left pane.
Enabling users is as easy as disabling them. Just click on the "..."-menu, and
select **Enable**.