From 35ae710624a172d4ee78be7c8f0ecbf72f56aa37 Mon Sep 17 00:00:00 2001 From: colcrunch Date: Tue, 1 Dec 2020 23:25:48 -0500 Subject: [PATCH] Add `ESI_USER_CONTACT_EMAIL` setting to local.py --- allianceauth/project_template/project_name/settings/local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/allianceauth/project_template/project_name/settings/local.py b/allianceauth/project_template/project_name/settings/local.py index 8761facb..45d16881 100644 --- a/allianceauth/project_template/project_name/settings/local.py +++ b/allianceauth/project_template/project_name/settings/local.py @@ -45,6 +45,7 @@ DATABASES['default'] = { ESI_SSO_CLIENT_ID = '' ESI_SSO_CLIENT_SECRET = '' ESI_SSO_CALLBACK_URL = '' +ESI_USER_CONTACT_EMAIL = '' # By default emails are validated before new users can log in. # It's recommended to use a free service like SparkPost or Elastic Email to send email.