From d8f56d81126bdb7d60afeaf2015b598132884d83 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 14:30:45 -0500 Subject: Reorganized TPS templates and scripts. The templates, JS, and CGI scripts for TPS have been moved into the TPS core package. Removed unused cfg.pl. Ticket #407 --- .../admin/console/config/adminauthenticatepanel.vm | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 base/tps/apache/docroot/tps/admin/console/config/adminauthenticatepanel.vm (limited to 'base/tps/apache/docroot/tps/admin/console/config/adminauthenticatepanel.vm') diff --git a/base/tps/apache/docroot/tps/admin/console/config/adminauthenticatepanel.vm b/base/tps/apache/docroot/tps/admin/console/config/adminauthenticatepanel.vm new file mode 100644 index 000000000..cfa53c628 --- /dev/null +++ b/base/tps/apache/docroot/tps/admin/console/config/adminauthenticatepanel.vm @@ -0,0 +1,51 @@ + + +

Authentication

+

+The uid and password are used to authenticate to the master subsystem. These are the administrator's credential information for the master subsystem. +#if ($systemType != "tps") +
+If authentication is successful, a cloned subsystem will retrieve the configuration information from the master one. +#end +
+#if ($errorString != "") + $errorString +#end + + + + + + + + + + + +
Uid:
Password:
+

-- cgit