Skip to content

Commit

Permalink
update default user info
Browse files Browse the repository at this point in the history
  • Loading branch information
mikimaine committed May 5, 2021
1 parent bfedace commit 7a7ba2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/seeds/Access/UserTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public function run()
//Add the master administrator, user id of 1
$users = [
[
'name' => 'mikimaine',
'email' => 'mikias.amdu@gmail.com',
'name' => 'admin',
'email' => 'admin@admin.com',
'password' => bcrypt('123456'),
'confirmation_code' => md5(uniqid(mt_rand(), true)),
'confirmed' => true,
Expand Down

0 comments on commit 7a7ba2a

Please sign in to comment.