Details
-
Bug
-
Resolution: Fixed
-
Normal
-
Labs Workbench - Beta
-
None
-
NDS Sprint 38, NDS Sprint 39
Description
Steps to Reproduce
- Logout of Workbench
- Click "Sign In" in the navbar at the top-right
- Choose "Forgot your password?" in the central login panel
- Enter your username or e-mail address
- You should receive an e-mail, formatted as follows:
Hello <account.name>,
Someone has requested to reset your <productName> password. If this action was not triggered by you, then you can safely ignore this message. Please click on the link below to reset the password for your account:
Reset password <-- this is a link
This link is valid for 30 minutes.
Thank you,
<productName> team
<supportEmail>
- You should receive an e-mail, formatted as follows:
Expected Results
After the refactoring, clicking the link above should take you to
https://www.local.ndslabs.org/login/recover?t=SOME_LONG_JWT_TOKEN
Actual Results
Clicking the link above actually takes you to
https://www.local.ndslabs.org/#/recover?t=SOME_LONG_JWT_TOKEN, which is incorrect