Non-Function #526
closed[APP] 로그인 시 팝업
Description
[APP] 로그인 시 비밀번호가 일치하지 않는 경우 팝업 내용 수정을 부탁드립니다.
(현재) "서버 오류가 발생했습니다."
(수정) "해당하는 아이디가 존재하지 않거나 비밀번호가 일치하지 않습니다."
*아이디가 없는 경우에는 "해당하는 아이디가 존재하지 않거나 비밀번호가 일치하지 않습니다."로 뜨는 상태입니다.
Updated by Deca Park 9 months ago
- Assignee changed from Deca Park to bryant bryant
[App] real (https://plus.storyway.co.kr/)
1.Login
- when password is wrong, server error happens
2024-07-22 15:57:03,656 ERROR [com.stoneitgt.user.controller.AuthenticationController] User is disabled
org.springframework.security.authentication.DisabledException: User is disabled
at org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider$DefaultPreAuthenticationChecks.check(AbstractUserDetailsAuthenticationProvider.java:363) ~[spring-security-core-4.2.13.RELEASE.jar:4.2.13.RELEASE]
at org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:165) ~[spring-security-core-4.2.13.RELEASE.jar:4.2.13.RELEASE]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:174) ~[spring-security-core-4.2.13.RELEASE.jar:4.2.13.RELEASE]
at com.stoneitgt.user.services.auth.AuthenticationService.gainAuthentication(AuthenticationService.java:39) ~[classes/:?]
at com.stoneitgt.user.controller.AuthenticationController.authenticateUser(AuthenticationController.java:99) [classes/:?]
at sun.reflect.GeneratedMethodAccessor1563.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_362]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_362]
Updated by bryant bryant 9 months ago
- Status changed from New to Resolved
- Assignee changed from bryant bryant to Deca Park
Updated by Jisoo Choi 8 months ago
- Status changed from Closed to Feedback
- Assignee changed from Jisoo Choi to Deca Park
LB 서버: http://211.188.64.180/user/login
개발 서버: http://210.123.124.139:3001/user/login
운영 서버: http://plus.storyway.co.kr/user/login
아이디나 비밀번호가 틀릴 경우
- 현재 운영 서버: "해당하는 아이디가 존재하지 않거나 비밀번호가 일치하지 않습니다." alert popup
- LB(운영) 서버 및 개발 서버: "Response returned an error code" alert popup
개발에는 따로 적용이 안 되어도 되지만, LB 서버에도 별도로 적용이 필요한 것이라면 함께 부탁드리고 싶습니다.