Merge pull request #26137 from nextcloud/block-__groupfolders-uid

dont allow creating users with __groupfolders as uid
This commit is contained in:
Robin Appelman 2021-03-16 18:47:40 +00:00 committed by GitHub
commit 5938da8d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -681,6 +681,7 @@ class Manager extends PublicEmitter implements IUserManager {
if (\in_array($uid, [
'.htaccess',
'files_external',
'__groupfolders',
'.ocdata',
'owncloud.log',
'nextcloud.log',