mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -681,6 +681,7 @@ class Manager extends PublicEmitter implements IUserManager {
|
|||
if (\in_array($uid, [
|
||||
'.htaccess',
|
||||
'files_external',
|
||||
'__groupfolders',
|
||||
'.ocdata',
|
||||
'owncloud.log',
|
||||
'nextcloud.log',
|
||||
|
|
|
|||
Loading…
Reference in a new issue