packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/index.tpl
author Dan Fuhry <dan@enanocms.org>
Sat, 23 Feb 2013 14:26:38 -0500
changeset 9 f4bf6556fb9f
parent 4 2212b2ded8bf
permissions -rw-r--r--
Merged

{assign var="title" value="Home"}
{include file="header.tpl"}

<h1>Welcome, {$userinfo['givenName']}</h1>

<p>This console provides you with the ability to update information about your account, change your password, manage your SSH keys, and more.</p>

{if $is_admin}
<p>Administrative capabilities of this console include management of user accounts, groups, and assets. 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>
{/if}

{include file="my-account.tpl"}

{include file="footer.tpl"}