Merge branch 'dev'

* dev:
  修正管理员重置密码的bug
This commit is contained in:
virusdefender
2016-03-27 20:28:56 +08:00
2 changed files with 8 additions and 5 deletions

View File

@@ -60,7 +60,8 @@
</div>
<div class="row">
<div class="form-group col-md-4"><label>新密码(留空则保留原密码)</label>
<input type="password" class="form-control" autocomplete="off"
<input name="password" type="password" class="form-control"
autocomplete="off" ms-duplex="password"
placeholder="此项留空则保留原密码" data-minlength="6" data-minlength-error="密码不得少于6位">
<div class="help-block with-errors"></div>
</div>