<#-- $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. -->

First time log in

<#if errorEmailIsEmpty??> <#assign errorMessage = "You must supply an email address." /> <#if errorEmailInUse??> <#assign errorMessage = "An account with that email address already exists." /> <#if errorEmailInvalidFormat??> <#assign errorMessage = "'${emailAddress}' is not a valid email address." /> <#if errorFirstNameIsEmpty??> <#assign errorMessage = "You must supply a first name." /> <#if errorLastNameIsEmpty??> <#assign errorMessage = "You must supply a last name." /> <#if errorMessage?has_content>

Please provide your contact information to finish creating your account.

<#if emailIsEnabled??>

Note: An email will be sent to the address entered above notifying that an account has been created.

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