-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
닉네임 중복처리 오류 #815
Labels
Comments
http://www.xpressengine.com/tip/22778799 |
현재 코어에서 최종 저장단계의 decode 방법과 닉네임 체크시 decode 방법이 달라 생기는 문제 같네요 |
문제가 심각한 것 같습니다. |
98328ae 에서 처리된 내용을 revert 합니다. utf8_decode에 따른 처리는 이슈 파악 후 1.8에서 처리하도록 하겠습니다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
미리 가입된 회원중에 "???" 와 같은 형식의 물음표 닉네임이 있으면
회원가입시 무조건 닉네임 중복메시지가 뜨며 가입이 불가능합니다.
확인해보니
$member_srl_by_decode = $oMemberModel->getMemberSrlByNickName(utf8_decode($value));
이부분에서 한글로된 닉네임 3글자일경우 utf8_decode에 의해
3글자가 ???로 변하면서 중복처리되는것으로 보입니다.
The text was updated successfully, but these errors were encountered: