Docs: warn that stage re-seeds must pass the password overrides
All checks were successful
CD / Build and push images (push) Successful in 40s
CI / Lint, typecheck, test (push) Successful in 1m22s
CI / Auth e2e pack (push) Successful in 1m42s
CI / Build container images (push) Has been skipped
CD / Deploy to Test (push) Successful in 9s
CD / Smoke tests against Test (push) Successful in 1m5s
CD / Promote to Int (push) Successful in 10s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UpQz6ypHJsLfMf4S6fyQEB
This commit is contained in:
Claude Fable 5 2026-07-05 21:03:43 +02:00
parent 64928f0ac0
commit 4dd452c0af

View File

@ -36,7 +36,10 @@ each stage directory. Set per stage in `.env` (mode 600):
them, signup/reset mails queue up and fail
Fixture accounts on the stages are created with the regular seed, but with
stage-specific passwords (never the public dev password):
stage-specific passwords (never the public dev password). **Always pass
both override variables when re-seeding a stage** — the seed re-hashes
credentials on every run, so omitting them silently resets the stage
accounts to the public dev password:
```sh
FIXTURE_ADMIN_PASSWORD=… FIXTURE_USER_PASSWORD=… \