Password Reset Email Link has extra "/" - 404 error

Hello - anyone know where I can edit the template, file, etc. for a user password reset?

After receiving the email, clicking on the link generates a 404 error.

[myURL/suitecrm/public//index.php?entryPoint=Changenewpassword&guid=####]

When I delete the second “/” between public and index.php the correct reset page appears - that said it would seem to be an “easy” fix, but can’t find which template handles it…

Version 8.2.4

Thanks in advance.

you should check you ‘site_url’ parameter in your config.php it will have / at the end. Please remove it and it should fix your issue

1 Like

Excellent! Thank you - fixed!

Cheers!