Skip to content

Commit

Permalink
attempt to fix ci error: set the email field in settings #1895
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Oct 23, 2024
1 parent e4ccf51 commit 67cc72d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oeplatform/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def external_urls_context_processor(request):
COMPRESS_MTIME_DELAY = 0

ACCOUNT_USER_MODEL_USERNAME_FIELD = "name"
ACCOUNT_USER_MODEL_EMAIL_FIELD = "email"
# ACCOUNT_EMAIL_REQUIRED = True
# ACCOUNT_USERNAME_REQUIRED = False
# ACCOUNT_AUTHENTICATION_METHOD = 'email'

0 comments on commit 67cc72d

Please sign in to comment.