Non-Function #172
closed[APP] 본인 인증 제한 안내 시점 변경
Description
기존에 본인인증 CI 값으로 중복 가입에 대한 필터링 처리가 되어 있습니다.
현재는
1. 본인인증 완료(인증번호 입력 후 확인)
2. 회원가입 정보 모두 입력
3. '회원가입 완료' 버튼 클릭
을 할 때, 3에서 중복 가입 안내가 이루어지고 있습니다.
이 시점을 1로 변경하려고 합니다.
Files
Updated by Deca Park 12 months ago
- File signup_1.png signup_1.png added
[APP] 회원가입 (/user/join)
1.이메일로 가입하기 (signup with email) > check duplicated signup on one phone
1) As-is
- Step 2 : phone verification
- after the verification is done, move to Step 3 > input user info page
- if save button clicks on Step 3 page, check if phone verification ci value (st_user.ci) was already registered
- if YES, alert error msg.(refer to attach image)
2) To-be
- Step 2 : phone verification
- when the verification is done, check if phone verification ci value (st_user.ci) was already registered
- if YES, alert error msg.
Updated by bryant bryant 12 months ago
- Status changed from New to Resolved
- Assignee changed from bryant bryant to Deca Park