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

Add new account

<#if errorEmailIsEmpty??> <#assign errorMessage = "You must supply an email address." /> <#if errorEmailInUse??> <#assign errorMessage = "An account with that email address already exists." /> <#if errorFirstNameIsEmpty??> <#assign errorMessage = "You must supply a first name." /> <#if errorLastNameIsEmpty??> <#assign errorMessage = "You must supply a last name." /> <#if errorNoRoleSelected??> <#assign errorMessage = "You must select a role." /> <#if errorMessage?has_content>
Email address *

First name *

Last name *


Roles *
<#list roles as role> selected />${role.label}

Associate a profile with this account
checked />Yes
checked />No

Note: An email will be sent to the address entered above notifying that an account has been created. It will include instructions for activating the account and creating a password.

or Cancel