mirror of
https://github.com/flarum/core.git
synced 2025-08-02 22:47:33 +02:00
is email confirmed boolean fixed
This commit is contained in:
@@ -349,7 +349,7 @@ class InstallCommand extends AbstractCommand
|
|||||||
$admin['password']
|
$admin['password']
|
||||||
);
|
);
|
||||||
|
|
||||||
$user->is_activated = 1;
|
$user->is_email_confirmed = 1;
|
||||||
$user->save();
|
$user->save();
|
||||||
|
|
||||||
$user->groups()->sync([Group::ADMINISTRATOR_ID]);
|
$user->groups()->sync([Group::ADMINISTRATOR_ID]);
|
||||||
|
Reference in New Issue
Block a user