From 367c9bc2c864026bda8f5b309c93c860a86c55a9 Mon Sep 17 00:00:00 2001 From: tolag3 Date: Thu, 1 Aug 2024 18:27:40 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A4=80=ED=98=B8=20=EB=A9=94?= =?UTF-8?q?=EB=89=B4=20=EA=B4=80=EB=A6=AC=20=EA=B0=9C=EB=B0=9C=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../spring/com/context-security.xml | 16 ++++++++++++++-- src/main/resources/log4j2.xml | 6 +++--- .../webapp/WEB-INF/jsp/uat/uia/EgovLoginUsr.jsp | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/main/resources/egovframework/spring/com/context-security.xml b/src/main/resources/egovframework/spring/com/context-security.xml index 2d5f711e..66705a4e 100644 --- a/src/main/resources/egovframework/spring/com/context-security.xml +++ b/src/main/resources/egovframework/spring/com/context-security.xml @@ -58,7 +58,7 @@ SELECT a.CHLDRN_ROLE child, a.PARNTS_ROLE parent FROM LETTNROLES_HIERARCHY a LEFT JOIN LETTNROLES_HIERARCHY b on (a.CHLDRN_ROLE = b.PARNTS_ROLE)" --> - --> + diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml index bdc2c90c..5ece8215 100644 --- a/src/main/resources/log4j2.xml +++ b/src/main/resources/log4j2.xml @@ -7,10 +7,10 @@ - + - - + + diff --git a/src/main/webapp/WEB-INF/jsp/uat/uia/EgovLoginUsr.jsp b/src/main/webapp/WEB-INF/jsp/uat/uia/EgovLoginUsr.jsp index 568b13c8..e424ad5d 100644 --- a/src/main/webapp/WEB-INF/jsp/uat/uia/EgovLoginUsr.jsp +++ b/src/main/webapp/WEB-INF/jsp/uat/uia/EgovLoginUsr.jsp @@ -44,7 +44,7 @@ $( document ).ready(function(){ function login() { if($('#devIdSelect').val()!=""){ $("#id").val($('#devIdSelect').val()); - if($('#devIdSelect').val() == "seed"){ + if($('#devIdSelect').val() == "seed" || $('#devIdSelect').val() == "member"){ $("#password").val('kofair001'); }