how to setup email verification after setting up multi tenant
I configured multi tenant successfully but when I activate email verification in the panel and the user clicks on the link I get a 404. When I deactivate multi tenant everything works fine.
Any ideas what I did wrong or how to customize that? I couldn’t find any infos in the documentation
4 Replies
What's the URL that is causing the 404?
what did you do to implement multi-tenant?
I followed the steps in the documentation. I actually found out that when a user registers, the email verification link is sent out and the user is logged in. When the link is clicked the user is redirected to app/new and there he gets the 403 error message. Since no tenant has being created yet. So the email validation doesn’t work because the user hasn’t created a tenant yet
Did you solve this?
I used the observer class to create a tenant when the user is created, but when user is redirected to the correct tenancy there is no page saying to validate the email, a 404 is shown instead