The password currently in .env.local (TEST_CREATOR_PASSWORD) was auto-generated during initial project setup. It's strong but not memorable.
Action: Log into Supabase dashboard → Authentication → Users → theiancross@gmail.com → Reset password (or use 'Send password reset email'). Pick something memorable and store in password manager.
Once changed, delete TEST_CREATOR_PASSWORD from .env.local (it's only needed for Playwright E2E anyway; update it there if you want E2E to keep working).
Context: generated password was created at 2026-04-22 during M1 foundation setup.
The password currently in .env.local (TEST_CREATOR_PASSWORD) was auto-generated during initial project setup. It's strong but not memorable.
Action: Log into Supabase dashboard → Authentication → Users → theiancross@gmail.com → Reset password (or use 'Send password reset email'). Pick something memorable and store in password manager.
Once changed, delete
TEST_CREATOR_PASSWORDfrom .env.local (it's only needed for Playwright E2E anyway; update it there if you want E2E to keep working).Context: generated password was created at 2026-04-22 during M1 foundation setup.