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
  • All HTML templates are managed on a queue process, including login credentials, order confirmations, and mobile tickets. The polling frequency of the queue can be changed in the settings of the Tessitura Processing Service, and we do currently recommend setting this at 5 minutes. I do take your point about waiting for a Forgot Login email and I will raise it with our teams. 

Children