Open Closed

Reset password email not working with multiple tenants #6501


User avatar
0
devpayoff created
  • ABP Framework version: v7.4.5
  • UI Type: Angular
  • Database System: EF Core (Pgsql)
  • Angular: yes
  • OpenIddict: yes

We have a multi-tenant system based on url, so for every tenant we have a different url.

Currently, when users request a password reset and receive the email, the reset link provided redirects them to the host URL instead of the respective tenant URL. This results in an error as the system cannot locate the user in the host environment.

We have identified that the problem lies in the Text Templates, specifically in the model.link of Abp.Account.PasswordResetLink. The link generated consistently redirects to the host URL, causing the mentioned inconvenience.

How can we fix that?


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    We fixed this in 8.0

    See: https://support.abp.io/QA/Questions/6386#answer-3a0f9d72-bce0-0147-29a4-53f95472d021 https://github.com/abpframework/abp/issues/18545

    Your ticket has been refunded.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11