mitchell852 commented on a change in pull request #5452:
URL: https://github.com/apache/trafficcontrol/pull/5452#discussion_r562809477



##########
File path: traffic_ops/traffic_ops_golang/user/user.go
##########
@@ -271,6 +271,8 @@ func (user *TOUser) Update(h http.Header) (error, error, 
int) {
                return userErr, sysErr, errCode
        }
 
+       user.RegistrationSent = &tc.TimeNoMod{Time: time.Now()}

Review comment:
       the ONLY way to change that value is by calling `POST users/register`




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


Reply via email to