Merge pull request #26151 from nextcloud/backport/26137/stable21
[stable21] dont allow creating users with __groupfolders as uid
This commit is contained in:
commit
215967db96
|
@ -681,6 +681,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