User Management

Add New Users

{i18n}To allow users access to the DMS, you need to provide them with credentials through this section. Even if you are using an external source of login information like LDAP, you will need to use this section to retrieve their information from the external source.{/i18n}

{i18n}Add a new user{/i18n}{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 ($no_search === true)} {else} {if (!empty($search_results))} {foreach item=oUser from=$search_results} {/foreach}
{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}
{else}

{i18n}No results for your search.{/i18n}

{/if} {/if}