[Web] Add missing info block to force pw update function in edit
parent
2865c892a6
commit
2a3040de12
|
@ -481,6 +481,7 @@ if (isset($_SESSION['mailcow_cc_role'])) {
|
|||
<div class="col-sm-offset-2 col-sm-10">
|
||||
<div class="checkbox">
|
||||
<label><input type="checkbox" value="1" name="force_pw_update" <?=($result['attributes']['force_pw_update']=="1") ? "checked" : null;?>> <?=$lang['edit']['force_pw_update'];?></label>
|
||||
<small class="help-block"><?=$lang['edit']['force_pw_update_info'];?></small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue