aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jsaccess/README.txt2
-rw-r--r--jsaccess/jsa/index.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/jsaccess/README.txt b/jsaccess/README.txt
index 691d565..0ad085e 100644
--- a/jsaccess/README.txt
+++ b/jsaccess/README.txt
@@ -104,3 +104,5 @@ TODO
* Decrypting progress
Need to modify gibberish-aes
+
+* Make password field appear as full of dots after validation
diff --git a/jsaccess/jsa/index.html b/jsaccess/jsa/index.html
index d04214f..7ac95e4 100644
--- a/jsaccess/jsa/index.html
+++ b/jsaccess/jsa/index.html
@@ -20,7 +20,7 @@
<div id="forms">
<form id="form-getlist" onsubmit="return false;">
<h2>1. Enter password</h2>
- <input type="text" id="password"/><input type="submit" id="getlist" value="Get files list" onclick="jsagetlist()"/>
+ <input type="password" id="password"/><input type="submit" id="getlist" value="Get files list" onclick="jsagetlist()"/>
</form>
<form id="form-download" onsubmit="return false;">
<h2>2. Select file</h2>