diff --git a/templates/ktcore/principals/adduser.smarty b/templates/ktcore/principals/adduser.smarty index 3a48364..86a2c61 100644 --- a/templates/ktcore/principals/adduser.smarty +++ b/templates/ktcore/principals/adduser.smarty @@ -1,8 +1,30 @@

Add a user

FIXME brief overview of user management.

-

FIXME handle LDAP users and read-only sources -correctly in the add section.

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

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.

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

+ +

Alternatively, you can manually create a user +within KnowledgeTree below.

+{/if}
@@ -16,4 +38,4 @@ correctly in the add section.

Cancel -
\ No newline at end of file +