feat: make admin email configurable and interactive password seeding
This commit is contained in:
@@ -15,7 +15,7 @@ class UserSeeder extends Seeder
|
||||
// Create super admin user
|
||||
User::factory()->superAdmin()->create([
|
||||
'name' => 'Super Admin',
|
||||
'email' => 'admin@zemail.me',
|
||||
'email' => 'super@admin.test',
|
||||
]);
|
||||
|
||||
// Create normal users
|
||||
|
||||
Reference in New Issue
Block a user