From 5301142b34df4fe161001a34705f266efe7a70d0 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 6 Jan 2017 18:59:03 +0100 Subject: [PATCH] changed email password --- rowsandall_app/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rowsandall_app/settings.py b/rowsandall_app/settings.py index 60229f32..e0b6c354 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -250,7 +250,8 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'mail.rosti.cz' EMAIL_PORT = '25' EMAIL_HOST_USER = 'info@rowsandall.com' -EMAIL_HOST_PASSWORD = 'lnD3mbZ1NoI8RK1StOdO' +#EMAIL_HOST_PASSWORD = 'lnD3mbZ1NoI8RK1StOdO' +EMAIL_HOST_PASSWORD = '0r0wYgQUReOYK7sEkBby' EMAIL_USE_TLS = True # weather stuff