What is your product version? 8.0
What is your product type (Angular or MVC)? Angular
What is product framework type (.net framework or .net core)? .net core 3.0
What is ABP Framework version ? Abp 5.0
Hello, i have override the methods ValidateTenancyName and ValidateTenancyNameAsync in TenancyManager becouse my customer has need that tenant name can be only number. These methods check the regular expression TenancyNameRegex "^[a-zA-Z][a-zA-Z0-9_-]{1,}$". This costumization can cause any problems in the future?
Thanks. Best Regards