gohorsejobs/seeder-api/src
Tiago Yamamoto 6b1c058e8e fix(seeder): seed 'superadmin' hash at runtime alongside 'lol'
Migration 010 creates 'superadmin' with placeholder hash
'$invalid-placeholder-run-seeder$', leaving it unable to log in.
The seeder now upserts 'superadmin' with the same bcrypt(pass+pepper)
hash as 'lol', ensuring both identifiers work after every seed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 05:49:17 -06:00
..
seeders fix(seeder): seed 'superadmin' hash at runtime alongside 'lol' 2026-02-24 05:49:17 -06:00
utils feat: migrate from UUID v4 to UUID v7 2025-12-24 11:19:26 -03:00
db.js fix: corrige deadlock no pool.connect do seeder 2026-02-17 10:50:10 -06:00
index.js fix: Auth URL race, Seeder Reset 500, and UI confirmation modal 2026-01-03 14:21:29 -03:00
inspect_schema.js first commit 2025-12-09 19:04:48 -03:00
migrate.js fix(migrations): use Node.js runner instead of psql 2025-12-24 10:47:25 -03:00
run_migration.js first commit 2025-12-09 19:04:48 -03:00
server.js fix: Auth URL race, Seeder Reset 500, and UI confirmation modal 2026-01-03 14:21:29 -03:00
verify-login.js chore: add login verification scripts and update deps 2025-12-24 14:22:56 -03:00
verify-tags.js fix(users): resolve 403 on update and enable role/status editing 2025-12-26 01:14:18 -03:00