From edf9c2273c00b52b0c240bc0c75dc1ba7bdc396e Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 9 Nov 2012 01:51:54 -0500 Subject: Reorganized common templates. The common templates have moved from common-ui into base/common. The deployment tools have been updated to use the new location. Ticket #407 --- .../admin/console/config/adminauthenticatepanel.vm | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 base/common/shared/webapps/pki/admin/console/config/adminauthenticatepanel.vm (limited to 'base/common/shared/webapps/pki/admin/console/config/adminauthenticatepanel.vm') diff --git a/base/common/shared/webapps/pki/admin/console/config/adminauthenticatepanel.vm b/base/common/shared/webapps/pki/admin/console/config/adminauthenticatepanel.vm new file mode 100644 index 000000000..b27042cfb --- /dev/null +++ b/base/common/shared/webapps/pki/admin/console/config/adminauthenticatepanel.vm @@ -0,0 +1,52 @@ + + + +

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