From 309354852f12ae88d5eef05d311d6ebcba8ee762 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Thu, 14 Oct 2021 08:19:40 +0000 Subject: Profile backend Signed-off-by: Christopher Ng --- lib/private/Setup.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/private/Setup.php') diff --git a/lib/private/Setup.php b/lib/private/Setup.php index c24d417f8cf..a7f0f190fa2 100644 --- a/lib/private/Setup.php +++ b/lib/private/Setup.php @@ -425,6 +425,9 @@ class Setup { //and we are done $config->setSystemValue('installed', true); + $bootstrapCoordinator = \OC::$server->query(\OC\AppFramework\Bootstrap\Coordinator::class); + $bootstrapCoordinator->runInitialRegistration(); + // Create a session token for the newly created user // The token provider requires a working db, so it's not injected on setup /* @var $userSession User\Session */ -- cgit v1.2.3