Update UserFactory password in line with #4794
The new password is of 8 characters, as required by #4794
This commit is contained in:
parent
1cb18d11ac
commit
9db658d6d1
|
@ -17,7 +17,7 @@
|
|||
return [
|
||||
'name' => $faker->name,
|
||||
'email' => $faker->unique()->safeEmail,
|
||||
'password' => '$2y$10$TKh8H1.PfQx37YgCzwiKb.KjNyWgaHb9cbcoQgdIVFlYg7B77UdFm', // secret
|
||||
'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password
|
||||
'remember_token' => str_random(10),
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue