New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a notification on password reset #14968
Add a notification on password reset #14968
Conversation
|
Thank you for opening this PR! We appreciate you! For all pull requests coming from third-party forks we will need to A Forem Team member will review this contribution and get back to |
|
The reason we don't send a notification is that we didn't want to leak any information as to whether or not an address actually exists. Previously we showed either that the notification was sent or an error. I think a generic unconditional message is ok. |
|
@citizen428 @mrmir I think the fix is correct but while I was testing it I noticed the redirect doesn't work at all, on DEV it lands on a 404 page and I get a routing error locally as well: Screen.Recording.2021-10-07.at.12.36.13.movwhich means that the feature might not be working at all. Maybe we want to hold off on merging this until we understand why the feature is not working |
|
@rhymes I don't know what's happening in your tests, but I just checked again and it seems to be redirecting fine for me. I'm running the app via bin/startup after following the developer documentation setup. |
|
Seeing if closing and re-opening will trigger tests appropriately |
|
@benhalpern Are we sure the author does not need to add/modify any tests? |
Yeah @msarit. The PR in the end really doesn't affect functionality enough to need a whole new tests. If regression tests pass we're good to go here. The problem was just that the PR never even kicked off a Travis job. Tests weren't failing, they just never started. So now they ran and are green so I'm going to merge this. |

What type of PR is this? (check all applicable)
Description
Changes made:
Related Tickets & Documents
Resolves #10130
QA Instructions, Screenshots, Recordings
UI accessibility concerns?
No
Added/updated tests?
[optional] What gif best describes this PR or how it makes you feel?