mirror of https://github.com/jumpserver/jumpserver
there is no need to set the password value, very change user info needs password, make sure this is legal
parent
ba8ed23292
commit
5144907ec0
|
@ -43,7 +43,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="password" class="col-sm-2 control-label">密码<span class="red-fonts">*</span></label>
|
<label for="password" class="col-sm-2 control-label">密码<span class="red-fonts">*</span></label>
|
||||||
<div class="col-sm-8">
|
<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">
|
<span class="help-block m-b-none">
|
||||||
登陆web的密码
|
登陆web的密码
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue