<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Template for creating an account for the first time an external user logs in. --> <#assign strings = i18n() />

${strings.first_time_login}

<#if errorEmailIsEmpty??> <#assign errorMessage = strings.error_no_email /> <#elseif errorEmailInUse??> <#assign errorMessage = strings.error_email_already_exists /> <#elseif errorEmailInvalidFormat??> <#assign errorMessage = strings.error_invalid_email(emailAddress) /> <#elseif errorFirstNameIsEmpty??> <#assign errorMessage = strings.error_no_first_name /> <#elseif errorLastNameIsEmpty??> <#assign errorMessage = strings.error_no_last_name /> <#if errorMessage?has_content>

${strings.please_provide_contact_information}

<#if emailIsEnabled??>

${strings.first_time_login_note}

${strings.or} ${strings.cancel_link}

* ${strings.required_fields}

${stylesheets.add('')} ${stylesheets.add('')}