Merge pull request #7286 from dandv/patch-1

Proper password field in the Admin UI
pull/7307/head
Todd Persen 2016-09-13 23:17:35 -07:00 committed by GitHub
commit 5df06432bb
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<div class="form-group"> <div class="form-group">
<label for="password">Password</label> <label for="password">Password</label>
<input type="text" class="form-control" id="password" placeholder=""> <input type="password" class="form-control" id="password" placeholder="">
</div> </div>
<div class="checkbox form-group"> <div class="checkbox form-group">