From 03ab3609397c69cb0dedcd7150f3f51cfcf670e9 Mon Sep 17 00:00:00 2001 From: Mohamed El-Kalioby Date: Thu, 25 Jul 2019 10:09:42 +0300 Subject: [PATCH] Update settings.py --- example/example/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/example/settings.py b/example/example/settings.py index 98300ce..69e405f 100644 --- a/example/example/settings.py +++ b/example/example/settings.py @@ -127,8 +127,8 @@ LOGIN_URL="/auth/login" EMAIL_FROM='Test App' EMAIL_HOST="smtp.gmail.com" EMAIL_PORT=587 -EMAIL_HOST_USER="mkalioby@gmail.com" -EMAIL_HOST_PASSWORD='wanted85' +EMAIL_HOST_USER="" +EMAIL_HOST_PASSWORD='' EMAIL_USE_TLS=True