1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00

r7108: display a session expired message

(This used to be commit 3f87d53d66)
This commit is contained in:
Andrew Tridgell 2005-05-30 12:57:59 +00:00 committed by Gerald (Jerry) Carter
parent 43bc09e2aa
commit a0986dd424

View File

@ -1,6 +1,11 @@
<% page_header("plain", "SWAT Login"); %>
<%
if (request['SESSION_EXPIRED'] == "True") {
write("<b>Your session has expired - please authenticate again<br>\n");
}
var f = Form("login", 2, 1);
f.element[0].label = "Username";
f.element[0].value = form['Username'];