in termsOfService-server/src/main/java/jetbrains/buildServer/termsOfService/TermsOfServiceManagerImpl.java [403:407]
public void accept(@NotNull SUser user, @NotNull HttpServletRequest request) {
user.setUserProperty(getAcceptedVersionKey(), getVersion());
user.setUserProperty(new SimplePropertyKey("teamcity.termsOfService." + id + ".acceptedDate"), new SimpleDateFormat(ACCEPTED_DATE_FORMAT).format(timeService.now()));
user.setUserProperty(new SimplePropertyKey("teamcity.termsOfService." + id + ".acceptedFromIP"), WebUtil.getRemoteAddress(request));
}