<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Confirmation that an account has been created. --> <#assign subject = "Your VIVO account has been created." /> <#assign html> ${subject}

${userAccount.firstName} ${userAccount.lastName}

Congratulations!

We have created your new VIVO account associated with ${userAccount.emailAddress}.

If you did not request this new account you can safely ignore this email. This request will expire if not acted upon for 30 days.

Click the link below to create your password for your new account using our secure server.

${passwordLink}

If the link above doesn't work, you can copy and paste the link directly into your browser's address bar.

Thanks!

<#assign text> ${userAccount.firstName} ${userAccount.lastName} Congratulations! We have created your new VIVO account associated with ${userAccount.emailAddress}. If you did not request this new account you can safely ignore this email. This request will expire if not acted upon for 30 days. Paste the link below into your browser's address bar to create your password for your new account using our secure server. ${passwordLink} Thanks! <@email subject=subject html=html text=text />