Skip to content
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

Closed
rozenonline opened this issue Jun 28, 2014 · 4 comments
Closed

닉네임 중복처리 오류 #815

rozenonline opened this issue Jun 28, 2014 · 4 comments

Comments

@rozenonline
Copy link

미리 가입된 회원중에 "???" 와 같은 형식의 물음표 닉네임이 있으면

회원가입시 무조건 닉네임 중복메시지가 뜨며 가입이 불가능합니다.

확인해보니

$member_srl_by_decode = $oMemberModel->getMemberSrlByNickName(utf8_decode($value));

이부분에서 한글로된 닉네임 3글자일경우 utf8_decode에 의해
3글자가 ???로 변하면서 중복처리되는것으로 보입니다.

@rozenonline
Copy link
Author

http://www.xpressengine.com/tip/22778799
팁게시판에 임시 해결방편 올려보았습니다. 참고되었으면..

@YJSoft
Copy link
Contributor

YJSoft commented Jul 3, 2014

현재 코어에서 최종 저장단계의 decode 방법과 닉네임 체크시 decode 방법이 달라 생기는 문제 같네요

@hansim
Copy link
Contributor

hansim commented Jul 23, 2014

문제가 심각한 것 같습니다.

@akasima
Copy link
Member

akasima commented Aug 5, 2014

98328ae 에서 처리된 내용을 revert 합니다.

utf8_decode에 따른 처리는 이슈 파악 후 1.8에서 처리하도록 하겠습니다.

@akasima akasima closed this as completed Aug 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants