Hi @ismcagdas,
Yes I get this error on the client side.
My regex: ^[0-9]{10}$ My TenancyName: local 10 digit mobile number
Hi @zony,
This is well noted. I changed my TenancyNameRegex to the desired one but I still get the error. Kindly show me how and where to do the Configuration.Replace
Thanks.
Hi,
I'm trying to change the registration page to accept a mobile number as the tenant name but I get the error
Tenancy name is not valid!
What might be the problem.
-ASP.NET -MVC -.NET CORE -Latest ABP Framework according to Zero 9.2
Yes, sure.
So, I created a new action and called it AdminLogin. This is used by the admins only. The default login has a modified login method that detects tenant users automatically.
Hi @zony,
I see. Thanks for making this clear. Let me try it out.
Hi,
Do you mean I should try on a different project and see if it works?
Hi zony,
I did that but I still get the same result.
Hi,
Is it possible to get help on this?
Hi,
I'm trying to return type text/plain to respond to a certain external API call.
I'm receiving this;
{ "result": "Welcome to Service\nSelect a service.\n1: Register\n2: Help\n#: Exit.", "targetUrl": null, "success": true, "error": null, "unAuthorizedRequest": false, "__abp": true }
But I'd like to receive just this;
Welcome to Service Select a service. 1: Register 2: Help #: Exit
Hi @ismcagdas,
Great. Thank you.