{assign var=$page_title value="Account Created"} {include filename="global-header.tpl"}
Account Created
{if $account.password} {/if} {* Show the user defined fields *} {foreach var=field from=$user_fields} {if $field.on_create} {if $field.type == FT_CHECKBOX} {else} {/if} {/if} {/foreach}
{* Display information when confirming accounts through e-mail *} {if $status == 'unconfirmed'} Thank you for creating your account. An e-mail message has been sent to {$account.email|htmlspecialchars} with instructions on how you can now confirm and activate your account. Your account will not become active until you follow the instructions provided in that e-mail message. {* Display information when requiring account approval *} {elseif $status == 'pending'} Thank you for creating your account. To verify the validity of new accounts, they must be reviewed by an administrator. Once your account has been reviewed you will receive a confirmation e-mail message with further instructions. {* Display standard confirmation *} {else} Thank you for creating your account. Your account is now active and you can login at any time to use the member-restricted functions. {/if}
Username {$account.username|htmlspecialchars}
Password {$account.password|htmlspecialchars}
Name {$account.name|htmlspecialchars}
E-mail Address {$account.email|htmlspecialchars}
  {if $field.value} {else} {/if} {$field.label|htmlspecialchars}
{$field.label|htmlspecialchars} {$field.value|htmlspecialchars}
{include filename="global-footer.tpl"}