Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Password reset does not redirect to the password successful page #217

Open
goneall opened this issue May 28, 2021 · 3 comments
Open

Password reset does not redirect to the password successful page #217

goneall opened this issue May 28, 2021 · 3 comments

Comments

@goneall
Copy link
Collaborator

goneall commented May 28, 2021

When a password reset is completed, the form is cleared and there is no indication the reset was successful. The password reset does occur, the UI just doesn't indicate successful completion.

@goneall
Copy link
Collaborator Author

goneall commented May 28, 2021

The code that should redirect to the success page is here:

window.location = "pwresetsuccess.html" +'?locale='+(url('?locale') || 'en');

In debugging the issue, the line is executed but the pwresetsuccess.html page is not displayed (or it is quickly redirected back to the original page).

This same redirection code is used in the signup and it successfully works.

@goneall
Copy link
Collaborator Author

goneall commented May 28, 2021

It also looks like the translations for the Password Reset Success page is incorrect.

"Password-reset-success-title": "Password Reset Request",
should be Password Reset Successful and
"Password-reset-success-content": "An email with a link to reset your password has been sent. If you do not see the email, please check your junk email folder. The link will expire in 24 hours.",
should be You're password has been reset. Please login using the menu above to continue the self certification.

@goneall
Copy link
Collaborator Author

goneall commented May 28, 2021

The localizations for Japanese and Korean should also be updated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant