mirror of
https://github.com/google/nomulus
synced 2026-09-03 22:57:09 +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:
@@ -130,7 +130,7 @@ public class LoginFlow implements Flow {
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
if (registrar.get().getState().equals(Registrar.State.PENDING)) {
|
||||
if (!registrar.get().isLive()) {
|
||||
throw new RegistrarAccountNotActiveException();
|
||||
}
|
||||
if (login.getNewPassword() != null) { // We don't support in-band password changes.
|
||||
|
||||
Reference in New Issue
Block a user