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
  • It's actually worse than 5 minutes (or 1 min, which is what we set it to). If you have ever load tested TPS and pushed like 500 order emails into the queue, a user who requests a forgot password as they are processed is at the back of that queue.  They can be the configuration value + all the time it takes TPS to process what is ahead of them.

    This is really, really crappy during a large onsale when a nervous patron has something in their cart and your seat timer is set to 11 mins and it takes 8 mins to get a reset password email.

Children
No Data