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 --- .../webapps/pki/admin/console/config/login.vm | 113 +++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 base/common/shared/webapps/pki/admin/console/config/login.vm (limited to 'base/common/shared/webapps/pki/admin/console/config/login.vm') diff --git a/base/common/shared/webapps/pki/admin/console/config/login.vm b/base/common/shared/webapps/pki/admin/console/config/login.vm new file mode 100644 index 000000000..2400bd2d3 --- /dev/null +++ b/base/common/shared/webapps/pki/admin/console/config/login.vm @@ -0,0 +1,113 @@ + + + + + + + + Dogtag Certificate System + + + + + + +
+ +#include ( "admin/console/config/header.vm" ) + + + + +
+ +
+
+ +
+ - +
+ + +
+
+ +
+ + +
+ + + + + +
+

+ Login

+ +A one time random pin has been generated during setup to protect unauthorized access to this configuration wizard. This pin has been stored in the "CS.cfg" configuration file as the value of the 'preop.pin' parameter. Please enter this pin to continue. + +

+#if ($errorString != "") + $errorString +#end +

+

+ + + + + + +
PIN:
+
+
+
+
+ +

+ + + + +
+ +
+ + +

+ +#include ( "admin/console/config/footer.vm" ) + +
+
+ + + -- cgit