packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/index.tpl
changeset 4 2212b2ded8bf
parent 0 3906ca745819
equal deleted inserted replaced
3:a044870a9d3d 4:2212b2ded8bf
     1 {assign var="title" value="Home"}
     1 {assign var="title" value="Home"}
     2 {include file="header.tpl"}
     2 {include file="header.tpl"}
     3 
     3 
     4 <h1>Welcome, {$userinfo['givenName']}</h1>
     4 <h1>Welcome, {$userinfo['givenName']}</h1>
     5 
     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
     6 <p>This console provides you with the ability to update information about your account, change your password, manage your SSH keys, and more.</p>
     7 	disable/enable accounts.</p>
     7 
       
     8 {if $is_admin}
       
     9 <p>Administrative capabilities of this console include management of user accounts, groups, and assets. You can create and delete accounts, reset
       
    10 	passwords, manage group memberships, and disable/enable accounts.</p>
     8 
    11 
     9 <div class="alert alert-error">
    12 <div class="alert alert-error">
    10 	<strong>Security reminder:</strong><br />
    13 	<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
    14 	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.
    15 	when you are finished or if you need to leave your workstation for any reason.
    13 </div>
    16 </div>
       
    17 {/if}
       
    18 
       
    19 {include file="my-account.tpl"}
    14 
    20 
    15 {include file="footer.tpl"}
    21 {include file="footer.tpl"}