diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-04-25 19:06:23 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-04-25 19:06:23 +0200 |
commit | 0934f795d351067f3e23465f5d1fc4f4434863c2 (patch) | |
tree | 43124b1b3d250b5702ed9e511283b5512aac3952 /tpl/default | |
parent | 504c9df4e7ed126678f146d4c349c798b8338407 (diff) | |
download | Shaarli-0934f795d351067f3e23465f5d1fc4f4434863c2.tar.gz Shaarli-0934f795d351067f3e23465f5d1fc4f4434863c2.tar.zst Shaarli-0934f795d351067f3e23465f5d1fc4f4434863c2.zip |
Theme: use a password type field during the install
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/install.html | 2 |
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> |