SMS 2차 인증 기능 기본값 변경
This commit is contained in:
@@ -158,7 +158,7 @@ public class KjbProperty {
|
||||
key = "kjb.sms_auth.enabled",
|
||||
defaultValue = "true",
|
||||
description = "SMS 2차 인증 사용 여부. true 시 휴대폰번호 없는 사용자는 ID/PW 로그인 불가")
|
||||
private boolean smsAuthEnabled = true;
|
||||
private boolean smsAuthEnabled = false;
|
||||
|
||||
@KjbPropertyValue(
|
||||
key = "kjb.sms_auth.mode",
|
||||
|
||||
Reference in New Issue
Block a user