aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-03-16 18:47:40 +0000
committerGitHub <noreply@github.com>2021-03-16 18:47:40 +0000
commit5938da8d202daef92011f6d606c4bf613ff239b9 (patch)
tree6b4f1ae3e593c15c83c3dbea1d2e263d65fb8fb7
parentf1e2fb426e107f10f49f5c49535df04f7debf191 (diff)
parentdd477d30f90b59d276b1d9260bf1752c02ad1306 (diff)
downloadnextcloud-server-5938da8d202daef92011f6d606c4bf613ff239b9.tar.gz
nextcloud-server-5938da8d202daef92011f6d606c4bf613ff239b9.zip
Merge pull request #26137 from nextcloud/block-__groupfolders-uid
dont allow creating users with __groupfolders as uid
-rw-r--r--lib/private/User/Manager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/User/Manager.php b/lib/private/User/Manager.php
index 036d2703d35..5223a80a2fd 100644
--- a/lib/private/User/Manager.php
+++ b/lib/private/User/Manager.php
@@ -681,6 +681,7 @@ class Manager extends PublicEmitter implements IUserManager {
if (\in_array($uid, [
'.htaccess',
'files_external',
+ '__groupfolders',
'.ocdata',
'owncloud.log',
'nextcloud.log',