Skip to content
Snippets Groups Projects
Unverified Commit 215967db authored by Vincent Petry's avatar Vincent Petry Committed by GitHub
Browse files

Merge pull request #26151 from nextcloud/backport/26137/stable21

[stable21] dont allow creating users with __groupfolders as uid
parents fd29c1d7 1089d854
No related branches found
No related tags found
No related merge requests found
......@@ -681,6 +681,7 @@ class Manager extends PublicEmitter implements IUserManager {
if (\in_array($uid, [
'.htaccess',
'files_external',
'__groupfolders',
'.ocdata',
'owncloud.log',
'nextcloud.log',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment