--- subject: Forgot your username or password? --- Data update for \{{ FirstName }} \{{ LastName }} {{> logo }}

Forgot your username or password?
Let’s get you a new one.

{% assign people_count = Results | size %} {% if people_count == 1 %} {% for Result in Results %}

Hi \{{ Result.Person.NickName }} \{{ Result.Person.LastName }},

You recently requested to reset your password for your {{ rockmail_orgabbr }} Account. Use the button below to reset it. This password reset is only valid for the next 24 hours. {% assign user_count = Result.Users | size %} {% if user_count == 1 %} {% for User in Result.Users %}

Your username is \{{ User.UserName }}
{% endfor %} {% else %} You have multiple usernames assigned to this account {% for User in Result.Users %} \{{ User.UserName }}
{% endfor %} {% end %} {% endfor %}

{% else %}

Looks like a few people share this email account. If that doesn’t sound right email \{{ 'Global' | Attribute:'OrganizationEmail' }}

{% for Result in Results %} {% for User in Result.Users %}

\{{ Result.Person.NickName }} \{{ Result.Person.LastName }} Username: \{{ User.UserName }}

{% endfor %} {% endfor %} {% end %}

If you did not request a password reset, please ignore this email or contact support if you have questions.

Thanks,
\{{ 'Global' | Attribute:'OrganizationName' }}

{{> footer }}