CluPilotCloud/database/seeders
nexxo 4daf37a10b Give the demo account a real password, not one written in the source
The demo customer is a genuine login on a panel that answers from the public
internet. A default password in a seeder would sit on production for as long as
the demo does, and "it is only the demo account" is how the first one gets
taken. It now takes DEMO_PASSWORD if the operator sets one and otherwise mints
a 24-character random password, printed once at seed time.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-27 17:09:54 +02:00
..
DatabaseSeeder.php feat(admin): staff RBAC (spatie) + admin settings page 2026-07-25 15:47:42 +02:00
DemoCustomerSeeder.php Give the demo account a real password, not one written in the source 2026-07-27 17:09:54 +02:00