packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/index.tpl
author Dan Fuhry <dan@fuhry.us>
Tue, 08 Jan 2013 23:13:29 -0500
changeset 0 3906ca745819
child 4 2212b2ded8bf
permissions -rw-r--r--
First commit!

{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"}