0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-16 17:24:10 +00:00

dont allow creating users with __groupfolders as uid

Fixes https://github.com/nextcloud/groupfolders/issues/338

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2021-03-15 21:09:12 +01:00
parent f1e2fb426e
commit dd477d30f9
No known key found for this signature in database
GPG key ID: 42B69D8A64526EFB

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',