From cb40649f8bb1cb4b73fe569e33352b497c33fd77 Mon Sep 17 00:00:00 2001 From: colcrunch Date: Sun, 6 Dec 2020 22:54:31 -0500 Subject: [PATCH] Add note to local.py on `ESI_CONTACT_EMAIL` setting --- allianceauth/project_template/project_name/settings/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/project_template/project_name/settings/local.py b/allianceauth/project_template/project_name/settings/local.py index 45d16881..7bca8736 100644 --- a/allianceauth/project_template/project_name/settings/local.py +++ b/allianceauth/project_template/project_name/settings/local.py @@ -45,7 +45,7 @@ DATABASES['default'] = { ESI_SSO_CLIENT_ID = '' ESI_SSO_CLIENT_SECRET = '' ESI_SSO_CALLBACK_URL = '' -ESI_USER_CONTACT_EMAIL = '' +ESI_USER_CONTACT_EMAIL = '' # A server maintainer that CCP can contact in case of issues. # 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.