SIGN IN SIGN UP
payloadcms / payload UNCLAIMED

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.

0 0 12 TypeScript

fix(templates): fixed forgot password link (#15037)

### What?
* The "forgot your password?" link on the login form was incorrectly
redirecting to `<url>/recover-password` resulting in a 404 and user
confusion

### Why?
* Should be easy for users to reset their passwords if necessary

### How?
* Correct the link to point to `<url>/forgot-password`
[[1]](https://github.com/payloadcms/payload/blob/main/templates/ecommerce/src/app/(app)/forgot-password/page.tsx)

Co-authored-by: Paul Popus <paul@payloadcms.com>
M
Matthew DeAbreu committed
b505e369a093cb3be1a7d692b0c6f8ff90baa425
Parent: f42b767
Committed by GitHub <noreply@github.com> on 4/2/2026, 7:13:31 PM