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}
+
+
+
+Alternatively, you can manually create a user
+within KnowledgeTree below.
+{/if}
\ No newline at end of file
+
--
libgit2 0.21.4