]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Theme: use a password type field during the install 852/head
authorArthurHoaro <arthur@hoa.ro>
Tue, 25 Apr 2017 17:06:23 +0000 (19:06 +0200)
committerArthurHoaro <arthur@hoa.ro>
Tue, 25 Apr 2017 17:06:23 +0000 (19:06 +0200)
tpl/default/install.html

index 663397ac51f896008b33ecffaafb7f82592db22f..772c13927b781c2ee68c2db32334a9df5289f547 100644 (file)
@@ -45,7 +45,7 @@
       </div>
       <div class="pure-u-lg-{$ratioInput} pure-u-1">
         <div class="form-input">
-          <input type="text" name="setpassword" id="password">
+          <input type="password" name="setpassword" id="password">
         </div>
       </div>
     </div>