Closed vunguyen-dmt closed 1 year ago
I can confirm the reported issue. Here is a screenshot. Notice the reset link in the bottom left corner:
That particular line of code looks fishy: https://github.com/openedx/frontend-app-authn/blob/open-release/olive.2/src/login/LoginFailure.jsx#L32
Hello @regisb I'm a new frontend at eduNext, would you mind assigning me this issue please?
@johnvente, thanks for volunteering! :)
Hi guys, I wasn't able to reproduce the error. was this issue fixed already or does it continue happening?
Here is a screenshot:
Looks like the issue was fixed by replacing "/reset" by "reset". Compare: https://github.com/openedx/frontend-app-authn/blob/open-release/olive.2/src/login/LoginFailure.jsx#L32 https://github.com/openedx/frontend-app-authn/blob/open-release/palm.1/src/login/LoginFailure.jsx#L34
Congrats on resolving this issue @johnvente ;) @vunguyen-dmt if you agree, can you please close this?
Tested and it was fixed!
Reproduce: Goto: https://apps.demo.openedx.overhang.io/authn/login Try logging in with: username: admin, password: 123456 a few times. The site will show a message including: "To be on the safe side, you can reset your password before trying again." the link will go to /reset instead of /authn/reset/ __ There are a few messages like that and reset password links are all the same. This could relate to this file: https://github.com/openedx/frontend-app-authn/blob/master/src/login/LoginFailure.jsx