Remove abuse contact requirement

The requirement will instead be enforced on registrar contact that is visible in WHOIS as abuse contact.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=154102111
This commit is contained in:
jianglai 2017-04-24 15:00:39 -07:00 committed by Ben McIlwain
parent b6e50f0467
commit 33fabfff04
2 changed files with 1 additions and 26 deletions

View file

@ -269,8 +269,7 @@ public class RegistrarSettingsAction implements Runnable, JsonActionRunner.JsonA
throw new ContactRequirementException(t);
}
}
ensurePhoneNumberNotRemovedForContactTypes(
oldContactsByType, newContactsByType, Type.ABUSE, Type.TECH);
ensurePhoneNumberNotRemovedForContactTypes(oldContactsByType, newContactsByType, Type.TECH);
}
/**