-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Labels
type:questionSupport or code-level questionSupport or code-level question
Description
New Issue Checklist
- Report security issues confidentially.
- Any contribution is under this license.
- Before posting search existing issues.
Issue Description
In version 8.6.3, the Request Password Reset page redirects to choose_password.html, which is properly styled with CSS.
However, in version 9.4.0-alpha.2, the Request Password Reset page redirects to password_reset.html. This page does not have any CSS applied because it has not been designed yet, resulting in an unstyled appearance.
I see two possible solutions:
- Update the routing so that the
Request Password Resetpage redirects tochoose_password.htmlinstead ofpassword_reset.html. - Copy the CSS from the
choose_password.htmlfile and apply it topassword_reset.htmlto ensure consistent styling.
Steps to reproduce
- Call
await Parse.User.requestPasswordReset(username); - Click the
Verify Emailbutton in the email received.
In version 8.6.3, this action redirects the user to:
http://localhost:8080/app/apps/choose_password?token=IJmP6qtmURmucQxIYd2bPi43c&id=product&app=Product%E2%84%A2
However, when calling the same method in version 9.4.0-alpha.2, the user is redirected to:http://localhost:8080/app/apps/product/request_password_reset?token=IJmP6qtmURmucQxIYd2bPi43c
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:questionSupport or code-level questionSupport or code-level question