Merge pull request #26152 from nextcloud/backport/26137/stable20
[stable20] dont allow creating users with __groupfolders as uid
This commit is contained in:
commit
c4da8d4e55
|
@ -642,6 +642,7 @@ class Manager extends PublicEmitter implements IUserManager {
|
||||||
if (\in_array($uid, [
|
if (\in_array($uid, [
|
||||||
'.htaccess',
|
'.htaccess',
|
||||||
'files_external',
|
'files_external',
|
||||||
|
'__groupfolders',
|
||||||
'.ocdata',
|
'.ocdata',
|
||||||
'owncloud.log',
|
'owncloud.log',
|
||||||
'nextcloud.log',
|
'nextcloud.log',
|
||||||
|
|
Loading…
Reference in New Issue