From 9eadb0d7fb1a452bf183692749718cbac6b236cc Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Sat, 15 Aug 2026 00:17:57 -0400 Subject: [PATCH] Document public App Store demo login --- docs/APP_STORE_CONNECT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/APP_STORE_CONNECT.md b/docs/APP_STORE_CONNECT.md index 89a53be..31724ac 100644 --- a/docs/APP_STORE_CONNECT.md +++ b/docs/APP_STORE_CONNECT.md @@ -116,12 +116,12 @@ Initial App Store release. ### Demo account (production server) -Ensure migration `0014_seed_demo_account` has run on the server reviewers will hit. +Ensure migrations through `0028_enable_public_demo_password` have run on the server reviewers will hit. | Field | Value | |-------|--------| | **Username** | `demo@example.com` | -| **Password** | Provision a private credential with `bun run demo:provision` in the web repository, then enter it only in App Store Connect | +| **Password** | `demo123` | ### Notes for Review