fix(identity): advertise the dev root password as Password123!#1263
Merged
Conversation
The demo seeder realigns every tenant admin -- including root's admin@root.com -- to the shared demo password, so under the Aspire dev stack the root account signs in with Password123!, not the framework default 123Pa$$word!. Surfaced by running seed-demo on launch (PR #1260). Point the demo login panel (ROOT_PASSWORD) and the sample token request at Password123! so the advertised dev credential actually works. The framework seed default (Seed:DefaultAdminPassword) is unchanged for non-demo / production seeds. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #1260 / #1262.
Once AppHost runs
seed-demoon launch (#1260),DemoSeederrealigns every tenant admin — including root'sadmin@root.com— to the shared demo password. So in the Aspire dev stack the root account signs in withPassword123!, not the framework default123Pa$$word!. The advertised credentials were stale and 401'd:clients/dashboard/src/pages/login.demo-accounts.ts—ROOT_PASSWORD = DEMO_PASSWORD(the demo login panel's root account now works).src/Host/FSH.Starter.Api/Requests/Identity/identity-token.http— sample request usesPassword123!.The framework seed default (
Seed:DefaultAdminPassword) is unchanged — a production deploy that skipsseed-demokeeps its configured admin password.🤖 Generated with Claude Code