{include file="header.tpl" title="Add User"}
{if isset($error_message)}Error: {$error_message}{/if}
Add New User
Username:
Must be between 3-20 characters.
Password:
Must be between 6-20 characters and should be something difficult.
Package:
A package associated with this user.
{html_radios name=group_id options=$group_list selected=$selected_group separator='
'}
Email Address (optional):
A contact email address.
Active
Is this user active? If this isn't checked they won't have access to anything.
Admin
Is this user an admin?
{include file="footer.tpl"}