Add note to local.py on ESI_CONTACT_EMAIL setting

This commit is contained in:
colcrunch 2020-12-06 22:54:31 -05:00
parent bccead0881
commit cb40649f8b

View File

@ -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.