fix password

This commit is contained in:
2021-02-23 14:16:53 +01:00
parent 9a2717d4c0
commit 8c5b291d24

View File

@@ -209,7 +209,7 @@ DEFAULT_FROM_EMAIL = 'web@tagesschule-elementa.ch'
EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.office365.com'
EMAIL_HOST_USER = DEFAULT_FROM_EMAIL
EMAIL_HOST_PASSWORD = 'Wuj46367'
EMAIL_HOST_PASSWORD = 'Wuv49652'
EMAIL_PORT = 587
FILER_ENABLE_PERMISSIONS = True