관리자 관리 수정
This commit is contained in:
@@ -32,7 +32,7 @@ public class CustomAuthenticationProvider implements AuthenticationProvider {
|
||||
|
||||
// 미사용 상태
|
||||
if (member.getStatus().equals(StatusType.INACTIVE.getId())) {
|
||||
throw new CustomApiException(AuthErrorCode.LOGIN_ID_NOT_FOUND);
|
||||
throw new CustomApiException(AuthErrorCode.INACTIVE_ID);
|
||||
}
|
||||
|
||||
// jBCrypt + 커스텀 salt 로 저장된 패스워드 비교
|
||||
|
||||
Reference in New Issue
Block a user