<#User Registration#> {if $errors.fatal}

<#Fatal Error#>

{$errors.fatal}

{/if}

<#Why and How to Register?#>

<#Registering a user will allow you to edit your player's profile information.#>

  • <#Users with "admin" privileges will be able to access the Admin Control Panel (ACP).#>
  • <#Users with "clan admin" privileges can edit their own clan profiles (if you're in a clan).#>
  • <#The unique ID ({$conf.main.uniqueid}) given for your player must already exist or registration will fail.#>
  • <#You must have logged into the game server at least once before attempting to register.#>
  • <#A user can only be associated with a single player.#>
  • {if $conf.main.registration == 'open'}
  • <#Registration is OPEN. New users will have instant access to their player profiles.#>
  • {elseif $conf.main.registration == 'confirm'}
  • <#Registration requires confirmation from the admin. You won't be able to login until confirmed.#>
  • {else}
  • <#Registration is closed! No players may be registered at this time.#>
  • {/if}

{$errors.uniqueid|escape}

<#The unique ID entered above should match the player you play as.#>

{$errors.username|escape}

{$errors.password|escape}

{$errors.password2|escape}

{$errors.email|escape}

<#Optional#>
{* end ps-main-content *} {* end ps-main *} {* end ps-page-container *}