User Management

Add User{i18n}Add a new user{/i18n}.

Search for users

{i18n}Since there may be many users in the system, please select a group from the list below, or type a few letters from the person's username to begin. Alternatively, view all users (note that this may be very slow if you have many users.{/i18n}

{foreach item=oWidget from=$search_fields} {$oWidget->render()} {/foreach}
{if (!empty($search_results))} {foreach item=oUser from=$search_results} {/foreach} {else} {/if}
{i18n}Name{/i18n} {i18n}Username{/i18n} {i18n}Edit{/i18n} {i18n}Delete{/i18n} {i18n}Group Memberships{/i18n}
{$oUser->getName()} {$oUser->getUsername()} {i18n}Edit{/i18n} {i18n}Delete{/i18n} {i18n}Groups{/i18n}

{i18n} No search specified, or no results for your search. Please choose some criteria from the list above to find users. {/i18n}