I've allready found it, thanks this one can be closed.
Hi,
When you add a user but the email address allready exists then you receive an error message, the message is not localized, how can I add an localized error message for this error.
The secons question is where is the check to determine if there is allready a user with the given email address, which function generates the error?
Cheers Patrick
This works, thank you!
Hi,
I'm facing a reproducable error in the .net core + jquery version 6.9 of asp.net zero.
Start both the mvc app and the public facing website. When you use the public website to login you get redirected to the admin site, login and you are redirected back to the public website. Then when you press the logout button on the public website you are faced with an error.
Please resolve this issue.
Best regards Patrick
@ismcagdas Unfortunatly I cannot use the same subdomain approach for the public website, because it should be one public facing website and you are correct there is no "change tenant link" because we use the subdomain system.
I would prefere that all users could login on the host url (or their subdomain if used) and then be redirected to the correct subdomain after the tenant is logged in.
Is this possible and how would I do that?
If I disable the mayhavetenant filter on login then the user can login, but clicking on a admin menu item sends the user back to the login page as the domain is the host domain and not the client domain. How could I redirect the user to the proper (tenant) subdomain after login?
By the way I'm using the .net core & jquery version.
Isn't it possible to determine the tenant based on the user logging in?
Hi Ryan,
I understand that I could do that, but you don't want the tenants to see all the other tenants, so a dropdown box is not an option.
Hi,
In the admin site we are using the subdomain system to identify specific tenants.
Now we are setting up the public website but when they click the login button users can only login as host users, so tenant users are locked out. Is there any solution to this?
Best regards Patrick