summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-10-26 10:18:11 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-10-26 10:18:11 +0100
commit65e29925b16fab7f39973ebd748bc30e9202e487 (patch)
tree14c5c1ff2527157d2820416ce299956139972b10 /WebContent
parent726d30ae4db5643e00b1bedcad132b05e2d6e091 (diff)
downloadFIT-65e29925b16fab7f39973ebd748bc30e9202e487.tar.gz
FIT-65e29925b16fab7f39973ebd748bc30e9202e487.zip
Make the password field a password field
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/LoginForm.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/LoginForm.jsp b/WebContent/LoginForm.jsp
index ec3f7a9..02925c6 100644
--- a/WebContent/LoginForm.jsp
+++ b/WebContent/LoginForm.jsp
@@ -9,7 +9,7 @@
<body>
<form action="LoginServlet" method="post">
<label for="username">Username:</label><input type="text" name="username" id="username"><br>
- <label for="password">Password:</label><input type="text" name="password" id="password"><br>
+ <label for="password">Password:</label><input type="password" name="password" id="password"><br>
<input type="submit"><input type="reset">
</form>
</body>