aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/install.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-04-25 19:06:23 +0200
committerArthurHoaro <arthur@hoa.ro>2017-04-25 19:06:23 +0200
commit0934f795d351067f3e23465f5d1fc4f4434863c2 (patch)
tree43124b1b3d250b5702ed9e511283b5512aac3952 /tpl/default/install.html
parent504c9df4e7ed126678f146d4c349c798b8338407 (diff)
downloadShaarli-0934f795d351067f3e23465f5d1fc4f4434863c2.tar.gz
Shaarli-0934f795d351067f3e23465f5d1fc4f4434863c2.tar.zst
Shaarli-0934f795d351067f3e23465f5d1fc4f4434863c2.zip
Theme: use a password type field during the install
Diffstat (limited to 'tpl/default/install.html')
-rw-r--r--tpl/default/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/install.html b/tpl/default/install.html
index 663397ac..772c1392 100644
--- a/tpl/default/install.html
+++ b/tpl/default/install.html
@@ -45,7 +45,7 @@
45 </div> 45 </div>
46 <div class="pure-u-lg-{$ratioInput} pure-u-1"> 46 <div class="pure-u-lg-{$ratioInput} pure-u-1">
47 <div class="form-input"> 47 <div class="form-input">
48 <input type="text" name="setpassword" id="password"> 48 <input type="password" name="setpassword" id="password">
49 </div> 49 </div>
50 </div> 50 </div>
51 </div> 51 </div>