summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-08-25 09:54:12 +0000
committerTed Trask <ttrask01@yahoo.com>2009-08-25 09:54:12 +0000
commite828e3ac619a255cba58cf9e7b8c2111e6ab212e (patch)
tree1a270fed9449bc1f4a0d94acca1dcbcb37b5fe03
parenteff4851d554aea9d4398fb94ca2c7af00e714f2a (diff)
downloadacf-samba-e828e3ac619a255cba58cf9e7b8c2111e6ab212e.tar.bz2
acf-samba-e828e3ac619a255cba58cf9e7b8c2111e6ab212e.tar.xz
Changed join password input to password style.
-rw-r--r--samba-join-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/samba-join-html.lsp b/samba-join-html.lsp
index d26a41b..df79e93 100644
--- a/samba-join-html.lsp
+++ b/samba-join-html.lsp
@@ -11,6 +11,7 @@ end %>
<H1><%= html.html_escape(form.label) %></H1>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
+ form.value.password.type = "password"
local order = {"domain", "login", "password"}
displayform(form, order)
%>