rhymix/modules
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
..
addon Fix #1911 reinitialize $_m after running each addon 2022-03-25 14:13:07 +09:00
admin Fix broken iwinv SMS driver due to incompatible API URL 2022-10-11 22:41:09 +09:00
adminlogging Shorten ipaddress field to 60 chars in most modules 2021-01-19 21:59:33 +09:00
advanced_mailer Fix broken iwinv SMS driver due to incompatible API URL 2022-10-11 22:41:09 +09:00
autoinstall autoinstall 모듈에서 패키지 목록이 비어있을때 발생하는 count(null) 에러 수정 2022-09-18 14:42:07 +00:00
board CRLF로 잘못 저장된 board.model.php의 줄바꿈 형식을 LF로 변경 2022-10-11 01:20:17 +09:00
comment Merge branch 'security/document-module-check' into develop 2022-08-16 08:55:44 +09:00
communication Fix #1886 clean up incorrect use of getMemberInfo* methods 2022-03-14 01:40:43 +09:00
counter Shorten indexed varchar columns, remove meaningless size on some integer columns 2021-01-19 21:46:44 +09:00
document Move variable declaration outside of loop (#1984 보완) 2022-10-11 22:58:40 +09:00
editor RVE-2022-3 filter skin parameter in EditorView::dispEditorSkinColorset() 2022-06-28 20:08:06 +09:00
file Prevent robots from indexing file download links 2022-09-16 16:55:50 +09:00
importer Fix importer module not saving documents/comments with empty password fields 2021-01-29 15:01:26 +09:00
install Only install and update default modules #1967 2022-08-06 13:49:31 +09:00
integration_search Merge branch 'develop' into db-search-operator 2020-12-27 21:24:02 +09:00
krzip Convert all instances of _XE_PATH_, __XE_VERSION__, etc. to Rhymix constants 2020-12-18 15:21:23 +09:00
layout RVE-2022-3 filter skin parameter and others in dispLayoutPreviewWithModule() 2022-06-28 20:12:02 +09:00
member 라이믹스 첫 설치시 user_id 를 사용함에도 불구하고 정상적으로 로그인이 안되는 문제 고침. 2022-10-18 06:20:19 +09:00
menu Fix #1993 allow mailto: tel: and other valid link formats in menu shortcut target 2022-10-11 01:27:48 +09:00
message Fix warning in PHP 8.x when calling message module from another page 2022-07-21 14:20:30 +09:00
module Improve compatibility of getModuleInfos and getModulesInfo queries 2022-09-14 20:57:41 +09:00
ncenterlite delete to not use socialxecount query 2022-09-26 05:18:13 +09:00
page Merge pull request #1909 from dewekk/fix-page 2022-06-09 21:04:37 +09:00
point Delete unnecessary variable #1942 2022-07-03 01:19:09 +09:00
poll RVE-2022-3 filter skin and style parameters again in PollModel class 2022-06-29 15:35:51 +09:00
rss Fix #1891 missing boards in RSS module config page 2022-03-21 21:15:42 +09:00
session Shorten ipaddress field to 60 chars in most modules 2021-01-19 21:59:33 +09:00
spamfilter Fix #1930 add option to autodetect dark mode in reCAPTCHA 2022-04-25 02:02:29 +09:00
tag Change module names that are either outdated or different from popular usage 2021-01-03 21:25:10 +09:00
trash Shorten ipaddress field to 60 chars in most modules 2021-01-19 21:59:33 +09:00
widget Fix warning in PHP 8.0 2021-07-05 14:19:06 +09:00