Fixed: flipped the behavior of "allow Tenant to create domains" to "Not allow
Tenant to create domains" within hosting plans. Existing beta users will need to update their plans
This commit is contained in:
parent
6cf65cc9df
commit
18dd0d9096
4 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@ order by rg.groupOrder
|
|||
public const string OS_MINIMUMTASKINTERVAL = "OS.MinimumTaskInterval"; // Minimum Tasks Interval, minutes
|
||||
public const string OS_APPINSTALLER = "OS.AppInstaller"; // Applications Installer
|
||||
public const string OS_EXTRAAPPLICATIONS = "OS.ExtraApplications"; // Extra Application Packs
|
||||
public const string OS_ALLOWTENANTCREATEDOMAINS = "OS.AllowTenantCreateDomains"; // Allow tenant to create top level domains
|
||||
public const string OS_NOTALLOWTENANTCREATEDOMAINS = "OS.AllowTenantCreateDomains"; // Do not Allow tenant to create top level domains
|
||||
public const string WEB_SITES = "Web.Sites"; // Web Sites
|
||||
public const string WEB_ASPNET11 = "Web.AspNet11"; // ASP.NET 1.1
|
||||
public const string WEB_ASPNET20 = "Web.AspNet20"; // ASP.NET 2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue