From acf436905ae62a809aa8a1ba9e927ab47f44ce35 Mon Sep 17 00:00:00 2001 From: nbm Date: Tue, 29 Nov 2005 11:44:17 +0000 Subject: [PATCH] If there are configured authentication sources, allow the admin to create a user from these sources. --- templates/ktcore/principals/adduser.smarty | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) 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 + -- libgit2 0.21.4