You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/05/20 15:39:49 UTC

[GitHub] [trafficcontrol] mitchell852 commented on issue #3582: Error on password reset in Traffic Portal

mitchell852 commented on issue #3582: Error on password reset in Traffic Portal
URL: https://github.com/apache/trafficcontrol/issues/3582#issuecomment-494040844
 
 
   This is the api endpoint that is called when a password reset is requested in Traffic Portal:
   
   https://github.com/apache/trafficcontrol/blob/master/traffic_ops/app/lib/TrafficOpsRoutes.pm#L867
   
   which calls
   
   https://github.com/apache/trafficcontrol/blob/master/traffic_ops/app/lib/API/User.pm#L358
   
   Password reset creates a token and attaches it to the user (if the user email exists) and sends an email with a link to the user's email. By following the link in the email that has the token attached as a query parameter, the user can login to TP via the link and reset their password to what they want.
   
   my guess is you are getting a 500 because you don't have email configured properly. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services