From a99ac494b998d0a31d7ded6e34e1ff44bffd46ac Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Sun, 27 Nov 2005 12:20:46 +0000 Subject: [PATCH] Use the authentication provider's showUserSource method to display authentication information for the user. The changing of user password has been moved to the built-in authenticaiton provider's showUserSource method. --- templates/ktcore/principals/edituser.smarty | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/templates/ktcore/principals/edituser.smarty b/templates/ktcore/principals/edituser.smarty index ad36dd7..4db6e00 100644 --- a/templates/ktcore/principals/edituser.smarty +++ b/templates/ktcore/principals/edituser.smarty @@ -1,7 +1,5 @@

Edit User Details

-

Change {$edit_user->getName()}'s password

-
@@ -17,4 +15,14 @@ Cancel -
\ No newline at end of file + + +{assign var=provider_stuff value=$provider->showUserSource($edit_user, $source)} +{if $provider_stuff} +
Authentication +

{$edit_user->getName()}'s authentication is +handled by the {$provider->getName()}.

+{$provider_stuff} +
+{/if} + -- libgit2 0.21.4