mirror of
https://github.com/samba-team/samba.git
synced 2025-12-10 04:23:50 +03:00
r25053: Show the user class alongside the username.
(Trying to figure out why we can't provision as an administrator). Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5b893fc6f5
commit
080bfd5819
@@ -48,7 +48,7 @@ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png'
|
|||||||
<div id="banner">
|
<div id="banner">
|
||||||
<div class="stripe"></div>
|
<div class="stripe"></div>
|
||||||
<div class="logout">
|
<div class="logout">
|
||||||
<b>logged in as @@session.authinfo.username</b>
|
<b>logged in as @@session.authinfo.username</b> (@@session.authinfo.user_class)
|
||||||
<form method="post" action="/logout.esp@@global.SESSIONURI">
|
<form method="post" action="/logout.esp@@global.SESSIONURI">
|
||||||
<input type="submit" value="Logout" />
|
<input type="submit" value="Logout" />
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user