PTL_USER SafeDB 암호화 적용 / 포탈 사용자 마스킹 처리 해제
Update Hibernate configuration and enhance user management features - Added Hibernate type tracing for improved debugging. - Introduced new error messages for SafeDB operations in LocaleMessage properties. - Updated portal user management to default to unmasked state. - Refactored selectDetail method to handle masking option.
This commit is contained in:
@@ -183,6 +183,8 @@
|
||||
$('#orgInfoSection').hide();
|
||||
}
|
||||
|
||||
// 25.09.23 - 마스킹 해제 상태를 기본으로 적용 / Rinjae
|
||||
updateButtonStates($("#userStatus").val(), true);
|
||||
},
|
||||
error: function (e) {
|
||||
alert(e.responseText);
|
||||
@@ -530,9 +532,11 @@
|
||||
</div>
|
||||
<div class="content_middle">
|
||||
<div class="search_wrap">
|
||||
<button type="button" class="cssbtn" id="btn_unmask" level="W" status="DETAIL">
|
||||
<!-- 2025.09.23 - 마스킹 해제 상태를 기본으로 적용 / Rinjae -->
|
||||
<%--<button type="button" class="cssbtn" id="btn_unmask" level="W" status="DETAIL">
|
||||
<i class="material-icons">lock_open</i> 마스킹해제
|
||||
</button>
|
||||
</button>--%>
|
||||
|
||||
<button type="button" class="cssbtn" id="btn_modify" level="W" status="DETAIL,NEW">
|
||||
<i class="material-icons">save</i> <%= localeMessage.getString("button.modify") %>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user