Files
fixin.me/db/seeds.rb
barbie-bot 0a56bee826 Fix seed admin password too short for Devise validation
Generate a random 12-character alphanumeric password instead of the
hardcoded 'admin' (5 chars) which fails Devise's minimum length
requirement of 8 characters. The generated password is printed to
stdout so the operator knows what to use.

Fixes #71
2026-03-10 17:04:07 +00:00

1.4 KiB