Skip to content

Inconsistent Password Reset Redirect Between 8.6.3 and 9.4.0-alpha.2 #10081

@rjcodedev

Description

@rjcodedev

New Issue Checklist

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.

Image Image

I see two possible solutions:

  1. Update the routing so that the Request Password Reset page redirects to choose_password.html instead of password_reset.html.
  2. Copy the CSS from the choose_password.html file and apply it to password_reset.html to ensure consistent styling.

Steps to reproduce

  1. Call await Parse.User.requestPasswordReset(username);
  2. Click the Verify Email button 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:questionSupport or code-level question

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions