Account panel: "Forgot password?" links to the reset page nixamp.com already serves - #216
Merged
Merged
Conversation
… already serves PR #181 built password recovery (hashed single-use links, Resend mail, session revocation) and put a "Forgot password?" link on the BackToSchool sign-in, but nixamp.com's own account panel never linked to it. A member whose password no longer matched read "that email and password do not match an account" with nowhere to go, although /reset-password was live on the same origin. The link sits next to "Create one", hides while creating an account, and opens in its own tab inside a classroom embed so the host page's iframe is not navigated away. Co-Authored-By: Claude Fable 5.1 <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.
Summary
/reset-passwordpage) was only reachable from the BackToSchool sign-in. nixamp.com's own account panel showed "that email and password do not match an account" with no way out.data-i18n, so no catalog change.Verification
bun run typecheck(web) andbun run build(web) pass; builtindex.htmland bundle carryaccount-forgot.bun test web/test: 106 pass, 0 fail.https://nixamp.com/reset-passwordalready renders with nixamp branding andPOST /api/v1/auth/password-reset/requestreturns 200 on production, so the link lands on a working page as soon as this deploys.🤖 Generated with Claude Code