Commit 5fab6926 authored by Nicolas Widart's avatar Nicolas Widart Committed by GitHub

Merge pull request #383 from johnsvenn/feature/install-messaging-user-local

Update the message displayed while the admin user is created.
parents 16ea0eef 5cb99117
......@@ -190,7 +190,7 @@ abstract class ProviderInstaller implements SetupScript
$user = $this->application->make(UserRepository::class)->createWithRolesFromCli($info, [1], true);
$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