Additional individualization with main_name (#3275)

Use main_name in the "Yubico OTP Authentifizierung" modal and in the mailbox edit modal.
This commit is contained in:
Max
2020-01-18 16:23:30 +01:00
committed by André Peters
parent 0889338515
commit efdba7729e
14 changed files with 21 additions and 21 deletions

View File

@@ -709,7 +709,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>
<small class="help-block"><?=sprintf($lang['edit']['force_pw_update_info'], $UI_TEXTS['main_name']);?></small>
</div>
</div>
</div>