Fixed add user and edit as well as update user, which were not working. Added autocomplete=new-password to add/edit user and update password

This commit is contained in:
johnny@pittpc.com
2020-03-31 14:32:57 -04:00
parent 95b54d5bcf
commit 1b337fe72e
4 changed files with 9 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ $password = $row['password'];
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-lock"></i></span>
</div>
<input type="password" class="form-control" name="password" placeholder="Enter a password" value="<?php echo $password; ?>">
<input type="password" class="form-control" name="password" placeholder="Enter a password" value="<?php echo $password; ?>" autocomplete="new-password">
</div>
</div>
<div class="form-group">