Disabling transfer out code for domains with unpaid invoices

Tags: 126 views 0

How to enable and disable automatic locking of a transfer out code for a domain, if there is an unpaid invoice connected to it.

Overview

For a transfer out code for the domain to be generated, the invoices for the domain need to be paid. If there is any unpaid invoices for the domain name, the transfer out code generation option becomes unavailable to the customer. This feature is turned off by default.

Turning on or off the generation of a transfer out code

  1. Open the configuration file for Atomia.Web.Plugin.Domains.DomainManager.Core plugin. It is located at the following location: C:\Program Files (x86)\Atomia\HostingControlPanel\bin\Atomia.Web.Plugin.Domains.DomainManager.Core.dll.config
  2. Apply the following settings to AuthCodeForUnpaidDomains:
  3. <pluginSetting name="AuthCodeForUnpaidDomains" value="true"/>
  4. If you don’t want the system to allow the customer to generate transfer out code if he has an unpaid invoice for that domain name, set AuthCodeForUnpaidDomains to false.

Was this helpful?