From 4dd452c0afd1688d89420738ac6a317e4f3e7894 Mon Sep 17 00:00:00 2001 From: Claude Fable 5 Date: Sun, 5 Jul 2026 21:03:43 +0200 Subject: [PATCH] Docs: warn that stage re-seeds must pass the password overrides Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01UpQz6ypHJsLfMf4S6fyQEB --- deploy/stages.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deploy/stages.md b/deploy/stages.md index 4c70e05..6310487 100644 --- a/deploy/stages.md +++ b/deploy/stages.md @@ -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=… \