Skip to content

Commit 67cc72d

Browse files
committed
attempt to fix ci error: set the email field in settings #1895
1 parent e4ccf51 commit 67cc72d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oeplatform/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ def external_urls_context_processor(request):
237237
COMPRESS_MTIME_DELAY = 0
238238

239239
ACCOUNT_USER_MODEL_USERNAME_FIELD = "name"
240+
ACCOUNT_USER_MODEL_EMAIL_FIELD = "email"
240241
# ACCOUNT_EMAIL_REQUIRED = True
241242
# ACCOUNT_USERNAME_REQUIRED = False
242243
# ACCOUNT_AUTHENTICATION_METHOD = 'email'

0 commit comments

Comments
 (0)