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/09/19 16:11:30 UTC

[GitHub] [trafficcontrol] ocket8888 opened a new pull request #3929: Rewrote /user/reset_password to Go

ocket8888 opened a new pull request #3929: Rewrote /user/reset_password to Go
URL: https://github.com/apache/trafficcontrol/pull/3929
 
 
   # THIS PR DEPENDS ON #3925 
   
   ## What does this PR (Pull Request) do?
   Rewrites the `/user/reset_password` API endpoint to Go
   
   - [x] This PR fixes #3842
   
   ## Which Traffic Control components are affected by this PR?
   - Traffic Ops
   
   Functionality is unchanged, so no documentation required.
   
   ## What is the best way to verify this PR?
   Configure SMTP to be used with a TO instance built from this branch, then attempt to send a password reset email via this endpoint.
   
   No tests because it requires an SMTP server to send an email to a human which is hard to test.
   ## The following criteria are ALL met by this PR
   
   - [x] I have explained why tests are absent
   - [x] I have explained why documentation is unnecessary
   - [x] This PR includes an update to CHANGELOG.md
   - [x] This PR includes any and all required license headers
   - [x] This PR does not include a database migration
   - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY**

----------------------------------------------------------------
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