Add URL for password reset confirm

This commit is contained in:
2020-06-20 00:29:24 +00:00
parent 00bcf3fee7
commit 41e1359516
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -265,6 +265,7 @@ EMAIL_HOST_USER = secrets.EMAIL_USER
EMAIL_HOST_PASSWORD = secrets.EMAIL_PASS
EMAIL_USE_TLS = True
EMAIL_USE_SSL = False
DEFAULT_FROM_EMAIL = 'Protospace Portal <portal@protospace.ca>'
if DEBUG: logger.info('Debug mode ON')
logger.info('Test logging for each thread')