packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/index.tpl
changeset 0 3906ca745819
child 4 2212b2ded8bf
equal deleted inserted replaced
-1:000000000000 0:3906ca745819
       
     1 {assign var="title" value="Home"}
       
     2 {include file="header.tpl"}
       
     3 
       
     4 <h1>Welcome, {$userinfo['givenName']}</h1>
       
     5 
       
     6 <p>This console is used for management of user accounts and groups. You can create and delete accounts, reset passwords, manage group memberships, and
       
     7 	disable/enable accounts.</p>
       
     8 
       
     9 <div class="alert alert-error">
       
    10 	<strong>Security reminder:</strong><br />
       
    11 	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
       
    12 	when you are finished or if you need to leave your workstation for any reason.
       
    13 </div>
       
    14 
       
    15 {include file="footer.tpl"}