ocket8888 commented on issue #3929: Rewrote /user/reset_password to Go URL: https://github.com/apache/trafficcontrol/pull/3929#issuecomment-544605489 > _"The email addresses are not correct on email out"_ I forgot to bring in that fix from `/deliveryservices/request`, my bad. > _"have you taken the link from the email and been able to put it in the browser to reset a users password?"_ Not as such, I didn't test the ability of TP to actually reset a user's password, but in my `cdn.conf` I have this `portal` config: ```json "portal" : { "base_url" : "https://localhost/#!/", "email_from" : "[email protected]", "pass_reset_path" : "user" } ``` and just as a quick test that it gets you to the right place, with a local TP running I can go to https://localhost/#!/user?token=test - which gives me an "Invalid token" error because I didn't set up a user with that token beforehand, but that shows it gets to the right endpoint (`/user/login/token`).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
