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 already voted these up, but seconded/thirded/whatever.  Forgot Login should be as near instant as possible for the customer experience.  Same as Nick said regarding client side e-mails when you are talking to to someone.  Web orders?  Eh, I can take a few minutes on those.  Patrons do not necessarily need the confirmation within 30 seconds.  A minute or two is fine there.

    I am a patient man; 5 minutes is fine for most things with me.  But 5 minutes does seem like a long time in this internet heavy/instant response world.  And we know that patrons love to push things that we think should be "good enough".

Children