Skip to content

Commit acd9aa3

Browse files
committed
로그인 버그 수정
1 parent 2da38cb commit acd9aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def _split_env_list(key):
211211

212212
# 이메일 로그인 관련 설정
213213
ACCOUNT_LOGIN_METHODS = {"email"}
214-
ACCOUNT_SIGNUP_FIELDS = ["email*"]
214+
ACCOUNT_SIGNUP_FIELDS = ["email*", "password1*", "password2*"]
215215
ACCOUNT_UNIQUE_EMAIL = True #이메일 중복 허용 불가
216216

217217
AUTHENTICATION_BACKENDS = (

0 commit comments

Comments
 (0)