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} +