Commit 5cb99117 authored by John Elliott's avatar John Elliott

Update the message displayed while the admin user is created.

Setting up the admin user can take a while and it is not clear that the installer is still running.
parent a8f63696
...@@ -190,7 +190,7 @@ abstract class ProviderInstaller implements SetupScript ...@@ -190,7 +190,7 @@ abstract class ProviderInstaller implements SetupScript
$user = $this->application->make(UserRepository::class)->createWithRolesFromCli($info, [1], true); $user = $this->application->make(UserRepository::class)->createWithRolesFromCli($info, [1], true);
$this->application->make(\Modules\User\Repositories\UserTokenRepository::class)->generateFor($user->id); $this->application->make(\Modules\User\Repositories\UserTokenRepository::class)->generateFor($user->id);
$this->command->info('Admin account created!'); $this->command->info('Please wait while the admin account is configured...');
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment