diff --git a/framework/core/src/Install/Console/InstallCommand.php b/framework/core/src/Install/Console/InstallCommand.php index f3137454e..fe1f733b6 100644 --- a/framework/core/src/Install/Console/InstallCommand.php +++ b/framework/core/src/Install/Console/InstallCommand.php @@ -349,7 +349,7 @@ class InstallCommand extends AbstractCommand $admin['password'] ); - $user->is_activated = 1; + $user->is_email_confirmed = 1; $user->save(); $user->groups()->sync([Group::ADMINISTRATOR_ID]);