{include file="header.tpl.html" extra_title="Account Signup"}


{if $app_setup.open_signup != 'enabled'}
Sorry, but this feature has been disabled by the administrator.

Go Back
{else} {literal} {/literal}
{if $signup_result != ''} {/if} {if $signup_result != 1} {/if}

Account Signup


{if $signup_result == -1} Error: An error occurred while trying to run your query. {elseif $signup_result == -2} Error: The email address specified is already associated with an user in the system. {elseif $signup_result == 1} Thank you, your account creation request was processed successfully. For security reasons a confirmation email was sent to the provided email address with instructions on how to confirm your request and activate your account. {/if}
Full Name: {include file="error_icon.tpl.html" field="full_name"}
Email Address: {include file="error_icon.tpl.html" field="email"}
Password: {include file="error_icon.tpl.html" field="passwd"}
Back to Login Form
{literal} {/literal} {/if} {include file="footer.tpl.html"}