diff --git a/templates/ktcore/authentication/manage.smarty b/templates/ktcore/authentication/manage.smarty new file mode 100644 index 0000000..345712a --- /dev/null +++ b/templates/ktcore/authentication/manage.smarty @@ -0,0 +1,28 @@ +

Authentication Sources

+ +{if $providers} +
+
Add an authentication source + + +{foreach from=$fields item=oWidget} + {$oWidget->render()} +{/foreach} + +
+ +
+
+
+{/if} + +{if $aSources} +

Existing sources

+ + +{/if} +