mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-09 08:38:49 +01:00
Update AdminController.php
This commit is contained in:
parent
49981c8c6c
commit
0afd520412
@ -121,7 +121,7 @@ class AdminController extends Controller
|
||||
|
||||
$user = User::create([
|
||||
'name' => 'Admin-Created-' . random_str(8),
|
||||
'email' => random_str(8) . '@test.com',
|
||||
'email' => random_str(8) . '@example.com',
|
||||
'password' => Hash::make(random_str(32)),
|
||||
'role' => 'user',
|
||||
'block' => 'no',
|
||||
|
Loading…
x
Reference in New Issue
Block a user