Commit d9bed359 authored by Mahmoud Aglan's avatar Mahmoud Aglan

koko

parent 5b7e9890
Pipeline #66 failed with stage
......@@ -9,7 +9,7 @@ return function (Database $db): void {
return;
}
$passwordHash = password_hash('ElCaptain2024', PASSWORD_BCRYPT, ['cost' => 12]);
$passwordHash = password_hash('ElCaptain321', PASSWORD_BCRYPT, ['cost' => 12]);
$employeeId = $db->insert('employees', [
'username' => 'admin',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment