Login Credentials Email Template "ResetLink"?

Hi -- In Tessitura, the Example Login Credentials email template has this code:

@if (Model.GetPropertyValue("ResetLink") != null)
{
<p>
<a href="@Model.GetPropertyValue("ResetLink")" target="_blank">Click here to reset your password</a>
</p>
}

Can someone tell me where that property value comes from? 

Searching the tessituranetwork.com site for "ResetLink" yields no results. 

Thanks!

-- Alan

Parents Reply
  • I am shameless about setting my queue frequency to 1 minute. But I still think that's a bandaid over the problem that some emails just need to be sent synchronously (like they used to be) -- password resets for sure, and any acknowledgement triggered from the client. You should be able to talk to a customer over the phone and have them receive an order confirmation before you hang up.

Children
No Data