Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-08-26 18:56:10 +0300
committerRobin Appelman <robin@icewind.nl>2017-08-28 12:28:23 +0300
commitaf6dccf7852d0b32714bb7b6203a12dbbae7c83a (patch)
tree8e894bca5b551b1ea613f91fc24109fcf68783fb /README.md
parent20795658a0202b0ebd54266fd9712d50578fa72c (diff)
update readme
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53d3c147..b3c2f2a8 100644
--- a/README.md
+++ b/README.md
@@ -23,5 +23,5 @@ Once configured, the folders will show up in the home folder for each user in th
## Notes
-* Currently using encryption on group folders is not supported.
+* Currently using encryption on group folders is not supported, all files stored within a group folder will be stored unencrypted.
* A new Group folder currently overwrites user folders with the same name. While this does not cause data loss, the users will see the new (empty!) Group folder and won’t be able to access their old folder. When the Group folder gets removed, the ‘old’ folder reappears. While we look into forcing group folders to be unique in an upcoming update, we recommend administrators to make sure the names are unique, for example by prefixing them in a certain way like `GS_` and instructing users not to name their own top-level folders in a similar way.