enter: footer "Reset your password" link no-oped (#/reset vs #reset) #22

Merged
Cordy merged 1 commit from reset-link-fix into main 2026-09-05 23:17:56 +00:00
Owner

Nikola's find on the live sign-in screen: the footer "Trouble signing in? Reset your password" link did nothing. Cause: it linked #/reset (account.html's slashed router convention) while enter.html's VIEWS router reads unslashed hashes — current() saw "/reset", fell back to signin. One-attribute fix to #reset; the page's existing hashchange listener does the rest, landing on the same view as the working Forgot-password button.

Nikola's find on the live sign-in screen: the footer "Trouble signing in? Reset your password" link did nothing. Cause: it linked `#/reset` (account.html's slashed router convention) while enter.html's VIEWS router reads unslashed hashes — `current()` saw "/reset", fell back to signin. One-attribute fix to `#reset`; the page's existing hashchange listener does the rest, landing on the same view as the working Forgot-password button.
The sign-in footer linked #/reset (account.html's router convention); this
page's VIEWS router reads unslashed hashes, so the click silently no-oped.
#reset switches to the same reset view the Forgot-password button opens.
Cordy merged commit 038c6f8169 into main 2026-09-05 23:17:56 +00:00
Cordy deleted branch reset-link-fix 2026-09-05 23:17:58 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Cordy/cairn-site#22
No description provided.