mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
add user_verification option to settings for Setup Dev/Prod Enviroment
This commit is contained in:
@@ -112,6 +112,10 @@ class SetupProdEnvironment extends Command
|
||||
'name' => 'registration',
|
||||
'value' => 0,
|
||||
],
|
||||
[
|
||||
'name' => 'user_verification',
|
||||
'value' => 1,
|
||||
],
|
||||
[
|
||||
'name' => 'storage_limitation',
|
||||
'value' => 1,
|
||||
@@ -181,6 +185,8 @@ class SetupProdEnvironment extends Command
|
||||
'role' => 'admin',
|
||||
'email' => 'howdy@hi5ve.digital',
|
||||
'password' => bcrypt('vuefilemanager'),
|
||||
'email_verified_at' => now(),
|
||||
|
||||
]);
|
||||
|
||||
$user
|
||||
|
||||
Reference in New Issue
Block a user