Merge pull request #852 from ArthurHoaro/theme/install-password

Theme: use a password type field during the install
This commit is contained in:
ArthurHoaro 2017-04-25 19:11:24 +02:00 committed by GitHub
commit a271c5f34f
1 changed files with 1 additions and 1 deletions

View 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>