0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

see: https://github.com/postfixadmin/postfixadmin/issues/415 - fix setup page to use password type field - thanks @efelon

This commit is contained in:
David Goodwin 2021-01-11 13:01:37 +00:00
parent cc23eba9dd
commit 6b2fa8e607

View File

@ -322,7 +322,7 @@ EOF;
<div class="form-group">
<label for="setup_password" class="col-sm-4 control-label">Setup password</label>
<div class="col-sm-4">
<input class="form-control" type="text" required="required" name="setup_password" minlength=5
<input class="form-control" type="password" required="required" name="setup_password" minlength=5
value=""/>
</div>