packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/index.tpl
changeset 0 3906ca745819
child 4 2212b2ded8bf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/index.tpl	Tue Jan 08 23:13:29 2013 -0500
@@ -0,0 +1,15 @@
+{assign var="title" value="Home"}
+{include file="header.tpl"}
+
+<h1>Welcome, {$userinfo['givenName']}</h1>
+
+<p>This console is used for management of user accounts and groups. You can create and delete accounts, reset passwords, manage group memberships, and
+	disable/enable accounts.</p>
+
+<div class="alert alert-error">
+	<strong>Security reminder:</strong><br />
+	The powers granted by this console are immense. It is crucial that you remove access to this console by logging out using the menu in the upper right-hand corner of this page
+	when you are finished or if you need to leave your workstation for any reason.
+</div>
+
+{include file="footer.tpl"}