Hi all
I think I found the problem but not the solution.
The problem is that the email template points to our system with
Code:
http://mysystem.com/sugarcrm/index.php?entryPoint=Changenewpassword&guid=24a99531-76e7-323d-7a73-4d8b903b2c06
As we have ssl activated, we have configured our apache server to translate the conections to http://mydomain.com to https://mydomain.com/sugarcrm/index.php..... that is why we get the double /sugarcrm/sugarcrm... and so the link in the mail once we place it in the browser crashes...
I have tried to change the site_url parameter in config.php but I have readed also that this is not working for the Forgot Password Email Template.
I have checked also in the db that the template uses a variable called $contact_user_link_guid . Is there any way I can get this solved?. where I can work with this variable $contact_user_link_guid?
Thanks a lot
Bookmarks