<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Template for editing a user account -->

My account

<#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 errorPasswordIsEmpty??> <#assign errorMessage = "No password supplied." /> <#if errorPasswordIsWrongLength??> <#assign errorMessage = "Password must be between ${minimumLength} and ${maximumLength} characters." /> <#if errorPasswordsDontMatch??> <#assign errorMessage = "Passwords do not match." /> <#if errorMessage?has_content> <#if confirmChange??> <#assign confirmMessage = "Your changes have been saved." /> <#if confirmEmailSent??> <#assign confirmMessage = "Your changes have been saved. A confirmation email has been sent to ${emailAddress}." /> <#if confirmMessage?has_content>
My account

Note: if email changes, a confirmation email will be sent to the new email address entered above.

<#if !externalAuth??>

Minimum of ${minimumLength} characters in length. Leaving this blank means that the password will not be changed.

* required fields

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