mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-30 15:44:41 +00:00
setup account fix
This commit is contained in:
@@ -179,7 +179,7 @@ class SetupProdEnvironment extends Command
|
|||||||
{
|
{
|
||||||
$user = User::forceCreate([
|
$user = User::forceCreate([
|
||||||
'role' => 'admin',
|
'role' => 'admin',
|
||||||
'email' => 'admin@vuefilemanager.com',
|
'email' => 'howdy@hi5ve.digital',
|
||||||
'password' => bcrypt('vuefilemanager'),
|
'password' => bcrypt('vuefilemanager'),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
@@ -191,7 +191,7 @@ class SetupProdEnvironment extends Command
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
// Show user credentials
|
// Show user credentials
|
||||||
$this->info('Default admin account created. Email: admin@vuefilemanager.com and Password: vuefilemanager');
|
$this->info('Default admin account created. Email: howdy@hi5ve.digital and Password: vuefilemanager');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user