Problem with reset password for clients functionality Whenever I try to reset the password as a client and receive the message from the email template when I click the appropriate link (https://mlm-support.iep.edu.gr/support/pwreset.php?token=C4ZKaxd50zNV0YMTcSgGeDKee9lVF4dOJgUd0kvfGsX5kgNQ) I get a 404 error.After inspection of the URL i see this: https://mlmsupport-dev.widedemos.info/support/scp/https:/mlm-support.iep.edu.gr/support/pwreset.php?token=C4ZKaxd50zNV0YMTcSgGeDKee9lVF4dOJgUd0kvfGsX5kgNQ It seems that another older URL preceeds the correct one (mlmsupport-dev.widedemos.info/support/scp/) that comes from our old test site. Any comments?
iMant
Cheers.
Kevin thank you for your response. My the force be with you. Here is the weird thing. The %{link} works alright in the agents reset email an the same placeholder concatenates the old URL in clients email reset template. Clients reset template %{link} - href="https://mlmsupport-dev.widedemos.info/support/scp/https:/mlm-support.iep.edu.gr/support/pwreset.php?token=FBlp1Y5K4Dp6FxlYt8pVLE7CjSUri8myg9QLooMGXGBbnRjB">https://mlm-support.iep.edu.gr/support/pwreset.php?token=FBlp1Y5K4Dp6FxlYt8pVLE7CjSUri8myg9QLooMGXGBbnRjB</a> I would also be very grateful if you can point me to the core code files for inspecting where the %{link} is generated.
Thanks Kevin for pointing in the right direction. Problem fixed after editing the %(link) url in the template client reset email. Have a nice day! TU