rhymix/modules/member
BJRambo 7a4f8164ac 라이믹스 첫 설치시 user_id 를 사용함에도 불구하고 정상적으로 로그인이 안되는 문제 고침.
첫 설치시 아이디 사용이 이메일 + 전화번호 + user_id 항목을 모두 사용할 수 있습니다.

근데 문제는 사용자가 전화번호가 아니라 유저아이디를 정상적으로 입력하였음에도 불구하고 입력한 정보가 아니라는 경우가 발생됩니다.

보통 "abc1234" 이라는 계정을 사용하게되면 member.controller.php 2176줄안에 걸려 매칭을 시작하게 되고 아이디가 preg_replace('/[^0-9]/', '', $user_id); 코드의 의해 1234 으로 변환되기에 실제로 member_info를 찾을 수 없으므로 에러가 발생되게 됩니다.

이 패치는 전화번호도 사용하며 아이디까지 같이 사용할 경우 전화번호로 들어갔을때 전화번호를 찾을 수 없는 경우 유저아이디를 통해서 한번 더 검사하여 로그인을 진행할 수 있게 해줍니다.
2022-10-18 06:20:19 +09:00
..
conf Change getLoginStatus method to POST (enable CSRF check, etc.) 2022-08-05 10:38:55 +09:00
controllers Automatically unregister device if the user logs out from mobile app 2022-10-11 01:04:22 +09:00
lang Add option to use a specific string in the URL to bypass disabled signup page 2022-10-11 22:19:32 +09:00
m.skins/default Separate CAPTCHA actions #1815 2022-02-07 21:04:09 +09:00
queries Fix #1989 remove old limit of 60 chars for temporary password hash 2022-03-11 01:48:19 +09:00
ruleset 63b72f0 보완 2022-04-25 08:52:46 +09:00
schemas Fix #1989 remove old limit of 60 chars for temporary password hash 2022-03-11 01:48:19 +09:00
skins/default Separate CAPTCHA actions #1815 2022-02-07 21:04:09 +09:00
tpl Add option to use a specific string in the URL to bypass disabled signup page 2022-10-11 22:19:32 +09:00
member.admin.controller.php Add option to use a specific string in the URL to bypass disabled signup page 2022-10-11 22:19:32 +09:00
member.admin.model.php Remove unnecessary site_srl from member module 2021-01-18 15:21:00 +09:00
member.admin.view.php Fix fatal error in PHP 8.x when member_srl parameter is missing in dispMemberAdminInfo 2022-08-05 15:48:47 +09:00
member.api.php copyright add to php files 2013-11-08 05:52:51 +00:00
member.class.php Also remove duplicate agreement in member update method #1788 2021-09-11 00:26:12 +09:00
member.controller.php 라이믹스 첫 설치시 user_id 를 사용함에도 불구하고 정상적으로 로그인이 안되는 문제 고침. 2022-10-18 06:20:19 +09:00
member.mobile.php Enable responsive skin in member, communication, and ncenterlite 2017-12-05 23:58:04 +09:00
member.model.php Move login status calculation to its own method and add API in member module 2022-08-05 10:21:14 +09:00
member.view.php Add option to use a specific string in the URL to bypass disabled signup page 2022-10-11 22:19:32 +09:00