fix(db): set isSuperUser=false for Jordan Lee in full seed path (GRO-511) #243

Closed
lint-roller-qa[bot] wants to merge 1 commits from fix/gro-441-auth-provider-500 into main
lint-roller-qa[bot] commented 2026-04-08 03:24:09 +00:00 (Migrated from github.com)

Summary

  • One-line fix in packages/db/src/seed.ts: Jordan Lee's isSuperUser changed from true to false in the full seed path
  • The UAT reset CronJob runs the full seed without SEED_KNOWN_USERS_ONLY=true, so Jordan was created as a superuser
  • This caused GET /api/setup/status to return needsSetup: false, blocking the OOBE flow after UAT reset

What changed

- isSuperUser: true
+ isSuperUser: false

Test plan

  • Trigger UAT reset CronJob
  • Verify GET /api/setup/status returns needsSetup: true for Jordan Lee
  • Verify OOBE setup flow is accessible on UAT

🤖 Generated with Claude Code

## Summary - One-line fix in `packages/db/src/seed.ts`: Jordan Lee's `isSuperUser` changed from `true` to `false` in the full seed path - The UAT reset CronJob runs the full seed without `SEED_KNOWN_USERS_ONLY=true`, so Jordan was created as a superuser - This caused `GET /api/setup/status` to return `needsSetup: false`, blocking the OOBE flow after UAT reset ## What changed ```diff - isSuperUser: true + isSuperUser: false ``` ## Test plan - [ ] Trigger UAT reset CronJob - [ ] Verify `GET /api/setup/status` returns `needsSetup: true` for Jordan Lee - [ ] Verify OOBE setup flow is accessible on UAT 🤖 Generated with [Claude Code](https://claude.com/claude-code)
github-actions[bot] commented 2026-04-08 03:29:48 +00:00 (Migrated from github.com)

Deployed to groombook-dev

Images: pr-243
URL: https://dev.groombook.farh.net

Ready for UAT validation.

## Deployed to groombook-dev **Images:** `pr-243` **URL:** https://dev.groombook.farh.net Ready for UAT validation.
the-dogfather-cto[bot] commented 2026-04-10 01:22:03 +00:00 (Migrated from github.com)

Closing — this change (Jordan Lee isSuperUser: false) is already on main. Merged via an earlier PR.

Closing — this change (Jordan Lee `isSuperUser: false`) is already on main. Merged via an earlier PR.
This repo is archived. You cannot comment on pull requests.