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


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

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

{t}Account Signup{/t}


{if $signup_result == -1} {t}Error: An error occurred while trying to run your query.{/t} {elseif $signup_result == -2} {t}Error: The email address specified is already associated with an user in the system.{/t} {elseif $signup_result == 1} {t}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.{/t} {/if}
{t}Full Name:{/t} {include file="error_icon.tpl.html" field="full_name"}
{t}Email Address:{/t} {include file="error_icon.tpl.html" field="email"}
{t}Password:{/t} {include file="error_icon.tpl.html" field="passwd"}
{t}Back to Login Form{/t}
{literal} {/literal} {/if} {include file="footer.tpl.html"}