packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/index.tpl
changeset 4 2212b2ded8bf
parent 0 3906ca745819
--- a/packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/index.tpl	Fri Jan 11 00:32:54 2013 -0500
+++ b/packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/index.tpl	Fri Jan 11 05:41:41 2013 -0500
@@ -3,13 +3,19 @@
 
 <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>
+<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"}