]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #852 from ArthurHoaro/theme/install-password
authorArthurHoaro <arthur@hoa.ro>
Tue, 25 Apr 2017 17:11:24 +0000 (19:11 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Apr 2017 17:11:24 +0000 (19:11 +0200)
Theme: use a password type field during the install

tpl/default/install.html

index 99aca19357f1bdef2d8b24be857a236fa2a1e6b1..164d453b1d6c162bfa6b5a28b9203dbdfdb10d3e 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>