로그인 차단 메세지 변경

This commit is contained in:
Rinjae
2025-11-07 19:35:21 +09:00
parent 0ddf7a343e
commit 535936228b
2 changed files with 5 additions and 5 deletions
@@ -83,7 +83,7 @@ public class PortalAuthenticationManager implements AuthenticationManager {
}
if (!user.isAccountNonLocked()) {
throw new LockedException("로그인할 수 없습니다. 관리자에게 문의하세요.");
throw new LockedException("로그인 할 수 없습니다. 비밀번호 초기화 또는 관리자에게 문의하세요.");
}
UsernamePasswordAuthenticationToken authorityToken =
@@ -19,8 +19,8 @@ spring:
ems:
datasource:
jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM
# jdbc-url: jdbc:oracle:thin:@//10.14.8.30:11521/ELINKDB
# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM
jdbc-url: jdbc:oracle:thin:@//10.14.8.30:11521/ELINKDB
driver-class-name: oracle.jdbc.OracleDriver
username: EMSAPP
password: EMSAPP123!
@@ -28,8 +28,8 @@ ems:
gateway:
datasource:
jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM
# jdbc-url: jdbc:oracle:thin:@//10.14.8.30:11521/ELINKDB
# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM
jdbc-url: jdbc:oracle:thin:@//10.14.8.30:11521/ELINKDB
driver-class-name: oracle.jdbc.OracleDriver
username: AGWAPP
password: AGWAPP123!