{i18n}Add a user{/i18n}

{i18n}Please complete the form below to add a new user. Fields marked with a red square are required. By default, users are created using KnowledgeTree's builtin authentication provider. Should you wish to use an external authentication provider such as LDAP, please ensure that the provider's plugin is registered and enabled.{/i18n}

{if $authentication_sources}
{i18n}Add a user from an authentication source{/i18n}

{i18n}Instead of manually creating the user within the document management system, the user can be found within an authentication source (such as an LDAP directory) that has already been configured. This ensures that the user is correctly set up with limited intervention from the administrator, and that the user will not need to remember an additional password for the document management system.{/i18n}

{entity_select name="source_id" entities=$authentication_sources}

{i18n}Alternatively, you can manually create a user within KnowledgeTree below.{/i18n}

{/if}
{i18n}Create a new user{/i18n} {foreach item=oWidget from=$add_fields} {$oWidget->render()} {/foreach}