#-- $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>
<#if errorMessage?has_content>
${errorMessage}
#if>
${strings.please_provide_contact_information}
${stylesheets.add(' ')}
${stylesheets.add(' ')}