{{ Person.NickName }}, you have been added to the {{ Group.GroupType.GroupTerm }}: {{ Group.Name }}.
{% if CreateLogin == true %}
{% if NewPassword == '' %}
You can use your {{ 'Global' | Attribute:'OrganizationName' }} login to access this {{ Group.GroupType.GroupTerm }}. If
you have forgotten your password you can use the password reminder feature of our website. Your username is provided below:
Username: {{ Person.Users[0].UserName }}
{% else %}
A user account has been created for you to access this group information. The details of this account can be found below.
Username: {{ Person.Users[0].UserName }}
Password: {{ NewPassword }}
{% endif %}
{% endif %}
|
|
---|
|
|
|