Greetings Fellow CRM Bums,
Today I discuss the Password Reset Template.
I had an email template link issue, which I fixed, but perhaps not exactly the right way...If there is a better fix, I would like to learn that...so I put in a thread to the developer help forum...I'll update this if a better fix presents itself there.
So...
When the system sends the system generated password notice, there is a link embedded in the template. But its not part of the actual template it seems to be wrapped around the $config_site_url variable. And that works fine.
When the system sends the reset password email, there is a url embedded in the template, but no link, even though the email notice states that the url should be clicked. So that one didn't work the way expected...at least for me and my install of 6.5.
So I looked and looked to see where these variables $config_site_url, and $contact_user_link_guid were configured...but it was a fruitless search...so I directly edited that template and wrapped a link around the $contact_user_link_guid like so: <p><a href="$contact_user_link_guid">$contact_user_link_ guid</a></p>
This works. But I feel like this is a hack and the correct way to fix this problem is to configure the variable $contact_user_link_guid in like fashion to the $config_site_url...if I could only find where that is...
So if anyone happens to come across this blog, and happens to know...post a comment!