Commit 17079697 authored by Mahmoud Aglan's avatar Mahmoud Aglan

stuff

parent adf64bd2
......@@ -46,8 +46,8 @@ php artisan tinker # REPL
```
## Login Credentials (dev)
- Email: `admin@elcaptain.com`
- Password: `password`
- Email: `admin@oc-sport.com`
- Password: `Alarcade123#`
## Rules
- Laravel Discipline is ALWAYS active (see global CLAUDE.md)
......
......@@ -27,13 +27,13 @@ public function run(): void
);
$admin = User::firstOrCreate(
['email' => 'admin@elcaptain.com'],
['email' => 'admin@oc-sport.com'],
[
'academy_id' => $academy->id,
'name' => 'Mahmoud Aglan',
'name_ar' => 'محمود عجلان',
'email' => 'admin@elcaptain.com',
'password' => Hash::make('password'),
'email' => 'admin@oc-sport.com',
'password' => Hash::make('Alarcade123#'),
'status' => 'active',
]
);
......
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