aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-17 05:13:26 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-17 05:13:26 +0200
commitf018fb048607f7ca84678035a1c5fcaeb1f2fea2 (patch)
treed2db7cd8737e1905378c61ba424407213268295f /jsaccess
parentjsaccess: specify dependencies (diff)
downloadlaurent-tools-f018fb048607f7ca84678035a1c5fcaeb1f2fea2.tar.xz
laurent-tools-f018fb048607f7ca84678035a1c5fcaeb1f2fea2.zip
jsaccess: password not readable
Diffstat (limited to 'jsaccess')
-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>