Skip to content

Commit 37ff138

Browse files
committed
The password is literally "password"
1 parent d088f9d commit 37ff138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

database/factories/UserFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function definition(): array
1717
'name' => $this->faker->name,
1818
'email' => $this->faker->unique()->safeEmail,
1919
'email_verified_at' => now(),
20-
'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password
20+
'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // literally "password"
2121
'remember_token' => Str::random(10),
2222
];
2323
}

0 commit comments

Comments
 (0)