there is no need to set the password value, very change user info needs password, make sure this is legal

pull/26/head
liuzheng712 2015-11-02 16:00:34 +08:00
parent ba8ed23292
commit 5144907ec0
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
<div class="form-group">
<label for="password" class="col-sm-2 control-label">密码<span class="red-fonts">*</span></label>
<div class="col-sm-8">
<input id="password" name="password" placeholder="Password" type="password" class="form-control" value="{{ user.password }}">
<input id="password" name="password" placeholder="Password" type="password" class="form-control">
<span class="help-block m-b-none">
登陆web的密码
</span>