mirror of
https://github.com/google/nomulus
synced 2026-09-04 15:17:13 +00:00
Allow registrars to be completely DISABLED
Disabled registrar cannot perform any actions via EPP and cannot log in to the registrar web console. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=239606389
This commit is contained in:
@@ -159,7 +159,13 @@ public class Registrar extends ImmutableObject implements Buildable, Jsonifiable
|
||||
* This is a suspended account which is disallowed from provisioning new domains, but can
|
||||
* otherwise still perform other operations to continue operations.
|
||||
*/
|
||||
SUSPENDED;
|
||||
SUSPENDED,
|
||||
|
||||
/**
|
||||
* This registrar is completely disabled and cannot perform any EPP actions whatsoever, nor log
|
||||
* in to the registrar console.
|
||||
*/
|
||||
DISABLED;
|
||||
}
|
||||
|
||||
/** Regex for E.164 phone number format specified by {@code contact.xsd}. */
|
||||
|
||||
Reference in New Issue
Block a user