On the /auth/sign-in page, "Forgot password" link is always hidden — even when the login/password aren't correct. When visiting /auth/forgot-password user gets redirected to /auth/sign-in?redirectTo=%2Fauth%2Fforgot-password, which is the same login screen.
Reproduced on the versions 1.2.59 and 1.2.32
https://github.com/user-attachments/assets/6ac610b2-109a-43a5-85ee-117cb8b4bec8
Here's a recording of my fixed version
https://github.com/user-attachments/assets/57b99809-6e65-48af-aabe-b3e466de4d82
I somehow fixed it (here sibsfinx#1), not opening a PR yet in this repo — it needs some cleanup and includes a transactional email (Brevo for proof of concept) which is a broader scope and should be discussed first.
An alternative option can be a cli password recovery, but that's slightly worse in terms of UX
On the
/auth/sign-in page, "Forgot password" link is always hidden — even when the login/password aren't correct. When visiting/auth/forgot-passworduser gets redirected to/auth/sign-in?redirectTo=%2Fauth%2Fforgot-password, which is the same login screen.Reproduced on the versions 1.2.59 and 1.2.32
https://github.com/user-attachments/assets/6ac610b2-109a-43a5-85ee-117cb8b4bec8
Here's a recording of my fixed version
https://github.com/user-attachments/assets/57b99809-6e65-48af-aabe-b3e466de4d82
I somehow fixed it (here sibsfinx#1), not opening a PR yet in this repo — it needs some cleanup and includes a transactional email (Brevo for proof of concept) which is a broader scope and should be discussed first.
An alternative option can be a cli password recovery, but that's slightly worse in terms of UX