Tenant password reset token is being stored on landlord password_reset_tokens table.
I am using spatie's multitenancy [multi database setup] with filamentphp v3 with AdminPanel and TenantPanel, At the end of configuring and testing password resets I noticed that : for the password reset requested from tenant panel is being stored to landlord database's password_reset_tokens table, while the reset works just fine. I wonder what is causing this behavior ! , Everything works fine despite the tenant password resets being stored on landlord's table.
The password reset mail just works with the tenant subdomain and the password reset is successfull but I find this behavior weird.
I need some guidance.
I am using different password brokers for landlord and tenant :
landlord password resets works too. Everything is working as expected.
1 Reply
Here is my tenantPanelProvider's code :