mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-31 21:51:10 -04:00
Merge branch 'update-front' of https://gitlab.com/mohit.panjvani/crater-web into auto-update
This commit is contained in:
@ -15,10 +15,10 @@ class UsersTableSeeder extends Seeder
|
||||
public function run()
|
||||
{
|
||||
User::create([
|
||||
'email' => 'admin@crater.in',
|
||||
'email' => 'admin@craterapp.com',
|
||||
'name' => 'Jane Doe',
|
||||
'role' => 'admin',
|
||||
'password' => Hash::make('admin@123')
|
||||
'password' => Hash::make('crater@123')
|
||||
]);
|
||||
|
||||
Setting::setSetting('profile_complete', 0);
|
||||
|
||||
Reference in New Issue
Block a user