Base solution for your next web application
Open Closed

Override ValidateTenancyName in TenantManager #8149


User avatar
0
datalab created

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


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    This costumization can cause any problems in the future?

    I thinks using numbers as the tenant name should not cause any problems.