로그인 차단 메세지 변경
This commit is contained in:
@@ -83,7 +83,7 @@ public class PortalAuthenticationManager implements AuthenticationManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!user.isAccountNonLocked()) {
|
if (!user.isAccountNonLocked()) {
|
||||||
throw new LockedException("로그인할 수 없습니다. 관리자에게 문의하세요.");
|
throw new LockedException("로그인 할 수 없습니다. 비밀번호 초기화 또는 관리자에게 문의하세요.");
|
||||||
}
|
}
|
||||||
|
|
||||||
UsernamePasswordAuthenticationToken authorityToken =
|
UsernamePasswordAuthenticationToken authorityToken =
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ spring:
|
|||||||
|
|
||||||
ems:
|
ems:
|
||||||
datasource:
|
datasource:
|
||||||
jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM
|
# 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:@//10.14.8.30:11521/ELINKDB
|
||||||
driver-class-name: oracle.jdbc.OracleDriver
|
driver-class-name: oracle.jdbc.OracleDriver
|
||||||
username: EMSAPP
|
username: EMSAPP
|
||||||
password: EMSAPP123!
|
password: EMSAPP123!
|
||||||
@@ -28,8 +28,8 @@ ems:
|
|||||||
|
|
||||||
gateway:
|
gateway:
|
||||||
datasource:
|
datasource:
|
||||||
jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM
|
# 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:@//10.14.8.30:11521/ELINKDB
|
||||||
driver-class-name: oracle.jdbc.OracleDriver
|
driver-class-name: oracle.jdbc.OracleDriver
|
||||||
username: AGWAPP
|
username: AGWAPP
|
||||||
password: AGWAPP123!
|
password: AGWAPP123!
|
||||||
|
|||||||
Reference in New Issue
Block a user