로그인 차단 관련 메세지 변경

This commit is contained in:
Rinjae
2025-11-07 19:37:40 +09:00
parent 398c76f7db
commit af7ed03492
4 changed files with 22 additions and 2 deletions
@@ -184,6 +184,9 @@
} else {
$('#orgInfoSection').hide();
}
$("select[name=accountLockYn]").val(data.accountLockYn);
// 25.09.23 - 마스킹 해제 상태를 기본으로 적용 / Rinjae
updateButtonStates($("#userStatus").val(), true);
@@ -633,6 +636,19 @@
</div>
</td>
</tr>
<tr>
<th><%= getRequiredLabel(localeMessage.getString("portalUser.accountLockYn")) %></th>
<td>
<div class="select-style">
<select name="accountLockYn" id="accountLockYn">
<option value="Y">Y</option>
<option value="N">N</option>
</select>
</div>
</td>
<th></th>
<td></td>
</tr>
</table>
</form>