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)
-
0
This costumization can cause any problems in the future?
I thinks using numbers as the tenant name should not cause any problems.