summaryrefslogtreecommitdiff
path: root/swat/login.esp
diff options
context:
space:
mode:
Diffstat (limited to 'swat/login.esp')
-rw-r--r--swat/login.esp1
1 files changed, 1 insertions, 0 deletions
diff --git a/swat/login.esp b/swat/login.esp
index 5d12af2258..be5457fedd 100644
--- a/swat/login.esp
+++ b/swat/login.esp
@@ -4,6 +4,7 @@
var f = Form("login", 2, 1);
f.element[0].label = "Username";
f.element[1].label = "Password";
+f.element[1].type = "password";
f.submit[0] = "Login";
display_form(f);